]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/etc/bashrc
Added one missing string.
[people/pmueller/ipfire-2.x.git] / config / etc / bashrc
index 7768c62162e4162d1ebb6a18d80c5fa8e9271d9e..e35209f335ff37d689d61bd4156548a1183650bc 100644 (file)
@@ -39,8 +39,8 @@ alias mc='mc -a'
 # 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="\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\$ '
 
 # End /etc/bashrc