git://git.iain.cx/iain
/
profile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ba88ec
)
Error with PROMPT_FAILED_COLOUR.
author
Iain Patterson
<me@iain.cx>
Wed, 12 Apr 2006 14:29:55 +0000
(14:29 +0000)
committer
Iain Patterson
<me@iain.cx>
Wed, 12 Apr 2006 14:29:55 +0000
(14:29 +0000)
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@26
6be0d1a5
-5cfe-0310-89b6-
964be062b18b
.profile.d/ps1.bashrc
patch
|
blob
|
history
diff --git
a/.profile.d/ps1.bashrc
b/.profile.d/ps1.bashrc
index
f3907ea
..
29fa704
100644
(file)
--- a/
.profile.d/ps1.bashrc
+++ b/
.profile.d/ps1.bashrc
@@
-17,7
+17,7
@@
#
export PROMPT_OK_COLOUR=${PROMPT_OK_COLOUR:-32}
-export PROMPT_FAILED_COLOUR=${PROMPT_
OK
_COLOUR:-31}
+export PROMPT_FAILED_COLOUR=${PROMPT_
FAILED
_COLOUR:-31}
function __ps1() {
export PS1='\u@\[\033[1;$(__ps1_col $?)m\]\h\[\033[0m\]$(__ps1_ret $?):\w\$ '