]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Some eyecandy boot prompt.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 18 Aug 2009 10:33:35 +0000 (12:33 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 18 Aug 2009 10:33:35 +0000 (12:33 +0200)
config/bash/bashrc

index dce7184d927cb4d2c42a09bbb2b4bef28fcf8b5b..88c3aa2d85e61c5aa2f6f02206b0040a612506a4 100644 (file)
@@ -17,8 +17,6 @@ alias ls='ls --color=auto'
 # PS1 Environment Variable for a great case study behind this script
 # addendum.]
 
-#export PS1="\033[0m[\033[1;33m\u\033[1;37m@\033[1;32m\]\h \033[1;31m\w\033[0m]\\$ "
-export PS1="[\u@\h \w]\\$ "
-#export PS1='\u@\h:\w\$ '
+export PS1="\033[0m[\033[1;33m\u\033[1;37m@\033[1;32m\]\h \033[1;31m\w\033[0m]\\$ "
 
 # End /etc/bashrc