dotfiles/tools/bash/global.bashrc
2025-02-13 19:59:11 +00:00

2 lines
116 B
Text

test -f $HOME/.config/bash/bashrc && source $HOME/.config/bash/bashrc
test -f $HOME/.bashrc && source $HOME/.bashrc