diff options
| author | drebs <drebs@riseup.net> | 2010-03-30 14:19:23 -0300 | 
|---|---|---|
| committer | drebs <drebs@riseup.net> | 2010-03-30 14:19:23 -0300 | 
| commit | 8b9ff57b4797dd74f57fe500eeda858cf7d3f03c (patch) | |
| tree | 6cc5c8d2d4429590be5eb15caead7f2b9bf50e23 /files | |
| parent | e4396cba2acc54573f20a5b247259872399a029a (diff) | |
| download | puppet-nodo-8b9ff57b4797dd74f57fe500eeda858cf7d3f03c.tar.gz puppet-nodo-8b9ff57b4797dd74f57fe500eeda858cf7d3f03c.tar.bz2  | |
Color codes in prompt without background.
Diffstat (limited to 'files')
| -rw-r--r-- | files/bin/prompt.sh | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/files/bin/prompt.sh b/files/bin/prompt.sh index bdfc7ad..71ab73c 100644 --- a/files/bin/prompt.sh +++ b/files/bin/prompt.sh @@ -8,11 +8,11 @@ function command_prompt() {    exit_status="$?"    # colors    COLOR_RED="\[\033[31m\]" -  COLOR_GREEN="\[\033[32;40m\]" -  COLOR_YELLOW="\[\033[33;40m\]" -  COLOR_BLUE="\[\033[34;40m\]" -  COLOR_MAGENTA="\[\033[35;40m\]" -  COLOR_CYAN="\[\033[36;40m\]" +  COLOR_GREEN="\[\033[32m\]" +  COLOR_YELLOW="\[\033[33m\]" +  COLOR_BLUE="\[\033[34m\]" +  COLOR_MAGENTA="\[\033[35m\]" +  COLOR_CYAN="\[\033[36m\]"    COLOR_RED_BOLD="\[\033[31;1m\]"    COLOR_GREEN_BOLD="\[\033[32;1m\]"  | 
