dotfiles/.bash_profile

5 lines
109 B
Bash
Raw Normal View History

2023-11-27 17:47:25 +00:00
. ~/.profile
# runs your .bashrc and is recommended by the bash info pages.
[ -f ~/.bashrc ] && . ~/.bashrc