diff --git a/zshrc b/zshrc index ade60b3..ec7808a 100644 --- a/zshrc +++ b/zshrc @@ -23,6 +23,11 @@ setopt histignorealldups sharehistory alias ..='cd ..' alias update_zsh='git -C ~/.zsh_conf pull' +#Path +if [ -d "$HOME/.local/bin" ] ; then + PATH="$HOME/.local/bin:$PATH" +fi + # Use emacs keybindings even if our EDITOR is set to vi bindkey -e