X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/885b29ac24c80b33da1c9e574d7cfeece81cb5bf..11ee833744b07596b4b9e3896889706beae1f16a:/dot/bashrc diff --git a/dot/bashrc b/dot/bashrc index f655756..9175064 100644 --- a/dot/bashrc +++ b/dot/bashrc @@ -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="\[ \]"