]> git.phdru.name Git - dotfiles.git/blob - .bashrc
.vim/python/completion.py: Fix "bare exec" in Python 2
[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