dotfiles/.bash_profile
2023-11-27 18:47:25 +01:00

5 lines
109 B
Bash

. ~/.profile
# runs your .bashrc and is recommended by the bash info pages.
[ -f ~/.bashrc ] && . ~/.bashrc