make ~/bin/* executable
This commit is contained in:
parent
ce9b1965d2
commit
4a86f2edba
1 changed files with 1 additions and 0 deletions
1
.zshrc
1
.zshrc
|
@ -11,6 +11,7 @@ fi
|
|||
|
||||
if [ -d "$HOME/bin" ] ; then
|
||||
export PATH="$HOME/bin:$PATH"
|
||||
chmod u+x $HOME/bin/*
|
||||
fi
|
||||
|
||||
autoload -Uz compinit
|
||||
|
|
Loading…
Reference in a new issue