path: Add '~/local/bin/scripts' to path for custom scripts
This commit is contained in:
parent
f1f8b9e810
commit
959c6f9c31
2 changed files with 2 additions and 2 deletions
4
.zshrc
4
.zshrc
|
@ -45,8 +45,8 @@ source $ZSH/oh-my-zsh.sh
|
||||||
### User configuration
|
### User configuration
|
||||||
|
|
||||||
### PATH
|
### PATH
|
||||||
if [ -d "$HOME/.bin" ] ;
|
if [ -d "$HOME/.local/bin/scripts" ] ;
|
||||||
then PATH="$HOME/.bin:$PATH"
|
then PATH="$HOME/.local/bin/scripts:$PATH"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# You may need to manually set your language environment
|
# You may need to manually set your language environment
|
||||||
|
|
Loading…
Add table
Reference in a new issue