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
|
||||
|
||||
### 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
|
||||
|
|
Loading…
Add table
Reference in a new issue