X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.profile.d%2Fps1.bashrc;h=29fa7046367a6cb62f7495f50d4ebdf85c77d063;hp=f3907ea4900404bae4d931d504e2c4e36cd41121;hb=205d13a1682023654539a9816055c014bb4dccca;hpb=4ba88ec0b2b95ca52534ecfdfa70bb72180cc663 diff --git a/.profile.d/ps1.bashrc b/.profile.d/ps1.bashrc index f3907ea..29fa704 100644 --- 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\$ '