diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-03-09 14:11:39 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-03-09 14:11:39 -0300 |
commit | b3a0b2f9a87f0d96a85794d6c14e7f505907ab0c (patch) | |
tree | b0cac38fc83af93eb94d9767b66bc6590821679b /files/etc/profile.d/prompt.sh | |
parent | 3411ba1b276e2b161d718fe3ebd4770515d9965d (diff) | |
download | puppet-nodo-b3a0b2f9a87f0d96a85794d6c14e7f505907ab0c.tar.gz puppet-nodo-b3a0b2f9a87f0d96a85794d6c14e7f505907ab0c.tar.bz2 |
Fixes for bashrc
Diffstat (limited to 'files/etc/profile.d/prompt.sh')
-rw-r--r-- | files/etc/profile.d/prompt.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/etc/profile.d/prompt.sh b/files/etc/profile.d/prompt.sh index 8247b1a..9e97ba2 100644 --- a/files/etc/profile.d/prompt.sh +++ b/files/etc/profile.d/prompt.sh @@ -4,7 +4,7 @@ # See http://www.debian-administration.org/article/Fancy_Bash_Prompts # -function command_prompt() { +command_prompt() { exit_status="$?" # colors COLOR_RED="\[\033[31m\]" |