Add .local/bin to PATH

This commit is contained in:
2020-08-04 02:51:36 +02:00
parent abb79d740c
commit 074ea3382a

View File

@@ -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