dotfiles/.bash_profile

9 lines
95 B
Bash
Raw Normal View History

#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
[[ -f ~/.profile ]] && . ~/.profile