mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
3 lines
136 B
Text
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
|