X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/4877b8d8f0fd312be08bf10a8ec4f2ac7b7c952b..6093fc3ea2f1981fa5305f5933eeaaaad2075312:/dot/bashrc diff --git a/dot/bashrc b/dot/bashrc index 18a2d7d..9175064 100644 --- a/dot/bashrc +++ b/dot/bashrc @@ -17,8 +17,8 @@ __mdw_precmd_hook= __mdw_preexec_hook= __mdw_running=t __mdw_run_precmd_hook () { - __mdw_running=nil __mdw_runhook __mdw_precmd_hook "$@" + __mdw_running=nil } __mdw_run_preexec_hook () { case $__mdw_running in @@ -62,6 +62,7 @@ __mdw_set_prompt_hacks () { *) bold="\[$(tput bold)\]" unbold="\[$(tput sgr0)\]" ;; esac gitcolour="\[$(tput setaf 6)\]" + extracolour="\[$(tput setaf 3)\]" rccolour="\[$(tput setaf 1)\]" uncolour="\[$(tput op)\]" nl="\[ \]"