diff --git a/.zshrc b/.zshrc index d37a95c..a0c7d20 100755 --- a/.zshrc +++ b/.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