aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-02-18 20:51:35 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-02-18 20:51:35 -0200
commite3676d736d6567adedb0ac4318b82fae3bad482f (patch)
treeb53dfd28d0676eea0751eb5899c886b451ce2640 /files
parente1773a7cc1643083bbaa03e61bcd8ff155b014f8 (diff)
downloadpuppet-nodo-e3676d736d6567adedb0ac4318b82fae3bad482f.tar.gz
puppet-nodo-e3676d736d6567adedb0ac4318b82fae3bad482f.tar.bz2
PS1 cosmetic change
Diffstat (limited to 'files')
-rw-r--r--files/bin/prompt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/bin/prompt.sh b/files/bin/prompt.sh
index bb92e25..159ef77 100644
--- a/files/bin/prompt.sh
+++ b/files/bin/prompt.sh
@@ -30,7 +30,7 @@ function command_prompt() {
status_color="${COLOR_RED_BOLD}"
fi
- PS1="(${status_color}${exit_status}${COLOR_NONE}) [${COLOR_RED}\D{%Y%m%d %H:%M:%S}${COLOR_NONE}] ${COLOR_CYAN}${debian_chroot:+($debian_chroot)}${COLOR_NONE}${COLOR_GREEN}\u@\h${COLOR_NONE}:${COLOR_CYAN}\w${COLOR_NONE} \\$ "
+ PS1="(${status_color}${exit_status}${COLOR_NONE}) [${COLOR_RED}\D{%Y%m%d %H:%M:%S}${COLOR_NONE}] ${COLOR_CYAN}${debian_chroot:+($debian_chroot) }${COLOR_NONE}${COLOR_GREEN}\u@\h${COLOR_NONE}:${COLOR_CYAN}\w${COLOR_NONE} \\$ "
PS2="${BOLD}>${OFF} "
}