alias urpmiupdate="nice -n 19 urpmi.update updates ; nice -n 19 urpmi --auto-select" #Bash prompt (the word 'root' is in red) export PS1="[\[\033[0;31m\]\u\[\033[0m\]@\h \W]# " #Set up a useful shell name in Konsole. Use * for root, and include hostname for remote logins (where $DISPLAY != :0) if test "$DISPLAY"; then if [ "$DISPLAY" == ":0" -o "$DISPLAY" == ":0.0" ];then export PS1=$PS1"\[\e]30;*\W/ \a\]\[\e]0;\a\]" else export PS1=$PS1"\[\e]30;*\h:\W/ \a\]\[\e]0;\a\]" fi fi