diff --git a/etc/sysconfig/profile.d/bash b/etc/sysconfig/profile.d/bash index da35175..163f84f 100644 --- a/etc/sysconfig/profile.d/bash +++ b/etc/sysconfig/profile.d/bash @@ -42,7 +42,7 @@ # # -PS1='\[\033[1;35m\]\u\[\033[1;31m\]@\h:\[\033[1;39m\]\w \$ \[\033[0m\]' +PS1='\[\e[34m\]\t \[\e[1;35m\]\u\[\e[1;31m\]@\H:\[\e[1;39m\]\w \$ \[\e[0m\]' PS2='>> ' LS_OPTIONS="--color" export PS1 PATH LS_OPTIONS