dotfiles/.bash_profile

5 lines
161 B
Bash

# [[file:Console.org::*=.bash_profile=][=.bash_profile=:1]]
[[ -f ~/.profile ]] && . ~/.profile
[[ -f ~/.bashrc ]] && . ~/.bashrc
# =.bash_profile=:1 ends here