diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 3ed0e02..30174b0 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -146,6 +146,9 @@ if [ -e "$ZSH_CONF/zsh-history-substring-search/zsh-history-substring-search.zsh fi comp-source "$ZSH_CONF/keys.zsh" +## Setup PATH +[[ "$PATH" =~ "$HOME/\.local/bin" ]] || export PATH="$HOME/.local/bin${PATH:+:${PATH}}" + ## Env variables that have nothing to do with zsh export EDITOR=nvim