Add .local/bin to PATH
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user