From 8d416aa3cc6a562cb4d676eafb92d52b1ef3d334 Mon Sep 17 00:00:00 2001 From: Mohammad Reza Karimi Date: Tue, 10 Feb 2026 09:56:03 -0500 Subject: updates --- zsh/dot-zprofile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 zsh/dot-zprofile (limited to 'zsh/dot-zprofile') diff --git a/zsh/dot-zprofile b/zsh/dot-zprofile new file mode 100644 index 0000000..5f24667 --- /dev/null +++ b/zsh/dot-zprofile @@ -0,0 +1,3 @@ +#!/usr/bin/env zsh + +[ -f "$HOME"/.profile ] && . ~/.profile -- cgit v1.2.3-71-gdd5e