dotfiles/.bash_profile

11 lines
124 B
Bash
Raw Normal View History

2018-11-01 01:04:07 +01:00
#
# ~/.bash_profile
#
# Run .profile
[[ -f ~/.profile ]] && . ~/.profile
# Run .bashrc
[[ -f ~/.bashrc ]] && . ~/.bashrc