dotfiles/.bash_profile

8 lines
94 B
Bash
Raw Permalink Normal View History

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