diff options
Diffstat (limited to 'system/bash/bashrc')
-rw-r--r-- | system/bash/bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/bash/bashrc b/system/bash/bashrc index c4ae18bb9..0f385e030 100644 --- a/system/bash/bashrc +++ b/system/bash/bashrc @@ -45,7 +45,7 @@ do_colour() { if [[ ${EUID} == 0 ]] ; then PS1='\[\e[01m\]\h\[\e[22m\] \[\e[01;36m\]\w\[\e[00m\] \[\e[01;31m\]\$\[\e[00m\] ' else - PS1='\u on \[\e[01m\]\h\[\e[22m\] \w \[\e[01;32m\$\[\e[00m\] ' + PS1='\u on \[\e[01m\]\h\[\e[22m\] \w \[\e[01;32m\]\$\[\e[00m\] ' fi alias ls='ls --color=auto' |