make ~/bin/* executable

dev-docs
Moritz Böhme 2021-04-11 17:43:21 +02:00
parent ce9b1965d2
commit 4a86f2edba
1 changed files with 1 additions and 0 deletions

1
.zshrc
View File

@ -11,6 +11,7 @@ fi
if [ -d "$HOME/bin" ] ; then
export PATH="$HOME/bin:$PATH"
chmod u+x $HOME/bin/*
fi
autoload -Uz compinit