X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=dotfiles%2Fbashrc;h=4dc08f7a1222c7524ac91373c2f7ec1f23acbde4;hb=91fefe78e7da58646b85f864c53cee30a6ae0376;hp=2f21e2711618463d2b95550c68d543b2f06fe995;hpb=ad54d88e412ff91e677b12aa55fab6429debedf6;p=config diff --git a/dotfiles/bashrc b/dotfiles/bashrc index 2f21e27..4dc08f7 100644 --- a/dotfiles/bashrc +++ b/dotfiles/bashrc @@ -1,10 +1,5 @@ -# plomlompom's bashrc for non-login shells +# Bash as a non-login shell in non-POSIX-mode does not read in the startup +# script at the path in $ENV. This forces it to still read in the ~/.shinit +# startup script for non-login shells. -# Fancy colors for ls. -alias ls="ls --color=auto" - -# Blue prompt with time. -PS1="\[\e[1;34m\][\\t \\u@\\h \\w]$\[\e[m\] " -PS2="\[\e[1;34m\]>\[\e[m\] " -PS3="\[\e[1;34m\]>\[\e[m\] " -PS4="\[\e[1;34m\]+\[\e[m\] " +. ~/.shinit