6 lines
133 B
Bash
6 lines
133 B
Bash
# .bashrc by TheK4n
|
|
# https://github.com/TheK4n/dotfiles
|
|
|
|
if [ -f $HOME/.subbash/sourcer ]; then
|
|
source $HOME/.subbash/sourcer
|
|
fi |