Skip to content

Commit

Permalink
zsh init check global env files
Browse files Browse the repository at this point in the history
  • Loading branch information
joknarf committed Oct 15, 2023
1 parent fe9baff commit cee6a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nerdps1
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function ps1_zshinit {
echo 'cd /;cd
ZDOTDIR=~/
for i in zshenv zprofile zshrc;do
$_gprof && . /etc/zsh/$i
[ -r /etc/zsh/$i ] && $_gprof && . /etc/zsh/$i
[ -r .$i ] && $_uprof && . ./.$i
done
typeset +r PS1
Expand Down

0 comments on commit cee6a55

Please sign in to comment.