Fix problematic zsh_local ordering
This commit is contained in:
parent
9971875597
commit
a4a03ebd0f
|
@ -80,6 +80,9 @@ function getdot {
|
|||
cd -
|
||||
}
|
||||
|
||||
source ~/.shell_aliases
|
||||
source ~/.zsh_local
|
||||
|
||||
if which starship &> /dev/null; then
|
||||
eval "$(starship init zsh)"
|
||||
fi
|
||||
|
@ -88,9 +91,6 @@ if test -f ~/.cargo/env; then
|
|||
source ~/.cargo/env
|
||||
fi
|
||||
|
||||
source ~/.shell_aliases
|
||||
source ~/.zsh_local
|
||||
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
||||
|
|
Loading…
Reference in New Issue