From: Michael Tremer Date: Tue, 18 Aug 2009 10:33:35 +0000 (+0200) Subject: Some eyecandy boot prompt. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffdf1eda410d5fa473c20b54576ea2eb660436ff;p=ipfire-3.x.git Some eyecandy boot prompt. --- diff --git a/config/bash/bashrc b/config/bash/bashrc index dce7184d9..88c3aa2d8 100644 --- a/config/bash/bashrc +++ b/config/bash/bashrc @@ -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