dotfiles/bash/.bash_profile

10 lines
137 B
Bash
Raw Normal View History

2019-01-28 02:46:29 +00:00
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
2019-02-07 21:53:02 +00:00
[[ -f ~/.bash_local ]] && . ~/.bash_local
2019-05-04 16:36:19 +00:00
[[ -f ~/.profile ]] && . ~/.profile