install.fairie/dotfiles/.bash_profile
2022-09-30 13:38:08 +00:00

9 lines
144 B
Bash

#!/usr/bin/env bash
chmod +x ~/.local/bin/*
if [ -e install-terminal-theme ]; then
install-terminal-theme > /dev/null
fi
. "$HOME/.bashrc"