diff options
Diffstat (limited to 'bashrc/common/prompt.sh')
-rw-r--r-- | bashrc/common/prompt.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc/common/prompt.sh b/bashrc/common/prompt.sh index 0d16f1d..f0eb9c8 100644 --- a/bashrc/common/prompt.sh +++ b/bashrc/common/prompt.sh @@ -17,7 +17,7 @@ returncolor() { # username + nodename if [[ $(id -u) -eq 0 ]]; then - PS1UH="$(pcolor lred)$\h$(pcolor)" + PS1UH="$(pcolor lred)\h$(pcolor)" else PS1UH="$(pcolor lgreen)\u@\h$(pcolor)" fi |