Files
dotfiles/.bash_profile
2019-12-07 10:35:39 +01:00

7 lines
93 B
Bash

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