[zsh] Add ~/.local/bin to $PATH

This commit is contained in:
Marcel Kapfer 2021-06-05 15:39:55 +02:00
parent 40a245774e
commit c0d87bdfec
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 3 additions and 0 deletions

View File

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