diff options
Diffstat (limited to 'zsh/dot-zprofile')
| -rw-r--r-- | zsh/dot-zprofile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
