The code conditionally sourcing zprofile moved to the generated .zshenv zsh/zshenv was otherwise empty and is now one file less zsh has to open on startup. install needs to be re-run to update the generated .zshenvmaster
parent
1b78d7734d
commit
67de196e8a
3 changed files with 10 additions and 25 deletions
@ -1,11 +0,0 @@ |
||||
# |
||||
# Defines environment variables. |
||||
# |
||||
# Authors: |
||||
# Sorin Ionescu <sorin.ionescu@gmail.com> |
||||
# |
||||
|
||||
# Source the profile on every top-level shell |
||||
if [[ "$SHLVL" -eq 1 && ! -o LOGIN ]]; then |
||||
source "$DOTFILES/zsh/zprofile" |
||||
fi |
Loading…
Reference in new issue