X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=dotfiles_user_server%2Fbashrc;fp=dotfiles_user_server%2Fbashrc;h=2f21e2711618463d2b95550c68d543b2f06fe995;hb=fa712562fa7b23544593675b4e36ef1983850d0a;hp=0000000000000000000000000000000000000000;hpb=39ee3768058ac5553dd35532eab0046c9620b2b1;p=config diff --git a/dotfiles_user_server/bashrc b/dotfiles_user_server/bashrc new file mode 100644 index 0000000..2f21e27 --- /dev/null +++ b/dotfiles_user_server/bashrc @@ -0,0 +1,10 @@ +# plomlompom's bashrc 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\] "