[zsh] Add ~/.local/bin to $PATH
This commit is contained in:
parent
40a245774e
commit
c0d87bdfec
1 changed files with 3 additions and 0 deletions
|
@ -76,6 +76,9 @@ fi
|
|||
|
||||
# export MANPATH="/usr/local/man:$MANPATH"
|
||||
|
||||
# Add user binaries path to PATH
|
||||
export PATH="/home/$USER/.local/bin/:$PATH"
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
# You may need to manually set your language environment
|
||||
|
|
Loading…
Reference in a new issue