]> git.phdru.name Git - dotfiles.git/blob - .bashrc
Compare $LC_CTYPE with any UTF-8, not just ru_RU.UTF-8
[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