diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-15 18:34:18 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-15 18:34:18 -0200 |
commit | 290469a28c7504341a89afc60e4d0078e50e78b0 (patch) | |
tree | db68a0b52976f6bcdaafc5bb80695938de979429 /files/bin | |
parent | e88378ecb98bc3932aa8484837fefa04e5b9323b (diff) | |
download | puppet-nodo-290469a28c7504341a89afc60e4d0078e50e78b0.tar.gz puppet-nodo-290469a28c7504341a89afc60e4d0078e50e78b0.tar.bz2 |
Prompt fixes
Diffstat (limited to 'files/bin')
-rw-r--r-- | files/bin/prompt.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/files/bin/prompt.sh b/files/bin/prompt.sh index 9c43491..bdfc7ad 100644 --- a/files/bin/prompt.sh +++ b/files/bin/prompt.sh @@ -33,5 +33,3 @@ function command_prompt() { PS1="(${status_color}${exit_status}${COLOR_NONE}) [${COLOR_RED}\D{%Y%m%d %H:%M:%S}${COLOR_NONE}] ${COLOR_GREEN}\u@\h${COLOR_NONE}:${COLOR_CYAN}\w${COLOR_NONE} \\$ " PS2="${BOLD}>${OFF} " } - -command_prompt |