diff --git a/.zshrc b/.zshrc index c462eb9..1336b14 100644 --- a/.zshrc +++ b/.zshrc @@ -108,6 +108,10 @@ select-word-style shell HISTSIZE=500000 HISTFILESIZE=100000 +if [[ -d "$HOME/.local/bin" ]]; then + export PATH="$HOME/.local/bin:$PATH" +fi + HISTFILE=~/.zsh_history SAVEHIST=$HISTSIZE HISTDUP=erase