Fix order in zshrc
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
|
||||
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
|
||||
fi
|
||||
export PATH="~/.local/bin:$PATH"
|
||||
|
||||
[[ -f ~/.zsh/.powerline_config ]] && source ~/.zsh/.powerline_config
|
||||
[[ -f ~/.zsh/.user_config ]] && source ~/.zsh/.user_config
|
||||
@@ -54,7 +55,6 @@ alias vim=nvim
|
||||
alias sudo='sudo '
|
||||
export EDITOR='nvim'
|
||||
export PATH="/usr/local/opt/gnu-getopt/bin:$PATH"
|
||||
export PATH="~/.local/bin:$PATH"
|
||||
|
||||
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user