diff options
Diffstat (limited to '_zprofile')
-rw-r--r-- | _zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,6 +11,6 @@ # Updated: 2016-01-26 # -[ -f ~/.profile ] && emulate sh -c '. ~/.profile' +[ -e ~/.profile ] && emulate sh -c '. ~/.profile' # vim: set ts=8 sw=4 tw=0 fenc=utf-8 ft=zsh: # |