From 49490c15e492b73b00c8d0a20a45f11dc44a0fc7 Mon Sep 17 00:00:00 2001 From: Fabian Date: Sat, 23 Oct 2021 18:22:55 +0200 Subject: [PATCH] Fix order in zshrc --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"