diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-02-18 19:52:54 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-02-18 19:52:54 -0200 |
commit | 4a7c7172e8725ce72df93924c4a4dcd87f75a569 (patch) | |
tree | 3807f1b23a998730d2318f5f914539e22a45488c /files/bin | |
parent | 316cbdfd3dff6596dcfe4dfbf60c2f278d8d6be8 (diff) | |
download | puppet-nodo-4a7c7172e8725ce72df93924c4a4dcd87f75a569.tar.gz puppet-nodo-4a7c7172e8725ce72df93924c4a4dcd87f75a569.tar.bz2 |
Updating profile to squeeze
Diffstat (limited to 'files/bin')
-rw-r--r-- | files/bin/prompt.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/files/bin/prompt.sh b/files/bin/prompt.sh index 71ab73c..85d7bff 100644 --- a/files/bin/prompt.sh +++ b/files/bin/prompt.sh @@ -33,3 +33,5 @@ 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} " } + +PROMPT_COMMAND="command_prompt" |