From ee7a106f307f8cb29f48b8c2fad98da7143b65fe Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Fri, 30 Sep 2022 13:38:08 +0000 Subject: [PATCH] Update dotfiles/.bash_profile --- dotfiles/.bash_profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/.bash_profile b/dotfiles/.bash_profile index b0f3a034..c8aabd89 100644 --- a/dotfiles/.bash_profile +++ b/dotfiles/.bash_profile @@ -1,5 +1,7 @@ #!/usr/bin/env bash +chmod +x ~/.local/bin/* + if [ -e install-terminal-theme ]; then install-terminal-theme > /dev/null fi