Update dotfiles/.bash_profile

This commit is contained in:
Brian Zalewski 2022-09-30 13:38:08 +00:00
parent dc60971047
commit ee7a106f30

View file

@ -1,5 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
chmod +x ~/.local/bin/*
if [ -e install-terminal-theme ]; then if [ -e install-terminal-theme ]; then
install-terminal-theme > /dev/null install-terminal-theme > /dev/null
fi fi