path: Add '~/local/bin/scripts' to path for custom scripts

This commit is contained in:
histalek 2021-11-17 12:28:13 +01:00
parent f1f8b9e810
commit 959c6f9c31
No known key found for this signature in database
GPG key ID: ED1D6449704FDE03
2 changed files with 2 additions and 2 deletions

4
.zshrc
View file

@ -45,8 +45,8 @@ source $ZSH/oh-my-zsh.sh
### User configuration
### PATH
if [ -d "$HOME/.bin" ] ;
then PATH="$HOME/.bin:$PATH"
if [ -d "$HOME/.local/bin/scripts" ] ;
then PATH="$HOME/.local/bin/scripts:$PATH"
fi
# You may need to manually set your language environment