From 4a86f2edbaeef6c5e76564deb89d3c16e9b4e62e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Sun, 11 Apr 2021 17:43:21 +0200 Subject: [PATCH] make ~/bin/* executable --- .zshrc | 1 + 1 file changed, 1 insertion(+) 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