install.fairie/dotfiles/.bash_profile

10 lines
144 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2022-09-30 06:38:08 -07:00
chmod +x ~/.local/bin/*
if [ -e install-terminal-theme ]; then
install-terminal-theme > /dev/null
fi
. "$HOME/.bashrc"