.bash_profile (102B)
1 # ~/.bash_profile 2 if [ -f $HOME/.config/bash/.bashrc ]; then 3 source $HOME/.config/bash/.bashrc 4 fi