]> git.phdru.name Git - dotfiles.git/blob - .bashrc
Initial import
[dotfiles.git] / .bashrc
1 if [ "$SHLVL" -eq 1 -a -f "$HOME"/.profile ] ; then . "$HOME"/.profile ; fi
2 if [ "$SHLVL" -gt 1 -a -f "$HOME"/.shellrc ] ; then . "$HOME"/.shellrc ; fi