diff --git a/zsh/.zshrc b/zsh/.zshrc index d6b5f1b..d14cd51 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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"