dotfiles/home/dot_config/bash/global.bashrc
2025-09-27 15:28:09 +01: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