dotfiles/tools/bash/global.bashrc
2025-02-23 19:52:23 +00:00

3 lines
136 B
Text

#:vim: set ft=bash:
test -f $HOME/.config/bash/bashrc && source $HOME/.config/bash/bashrc
test -f $HOME/.bashrc && source $HOME/.bashrc