home · contact · privacy
27d5103bd4ce06defb6032ad8f5c9607f7e9c958
[config] / dotfiles_root / bashrc
1 # plomlompom's bashrc for non-login shells (root)
2
3 # Environment variables.
4 export EDITOR=nano
5
6 # Fancy colors for ls.
7 alias ls="ls --color=auto"
8
9 # Red prompt with time.
10 PS1="\[\e[1;31m\][\\t \\u@\\h \\w]$\[\e[m\] "
11 PS2="\[\e[1;31m\]>\[\e[m\] "
12 PS3="\[\e[1;31m\]>\[\e[m\] "
13 PS4="\[\e[1;31m\]+\[\e[m\] "