install.fairie/dotfiles/.bash_profile

8 lines
119 B
Bash
Raw Normal View History

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