X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/885b29ac24c80b33da1c9e574d7cfeece81cb5bf..6093fc3ea2f1981fa5305f5933eeaaaad2075312:/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="\[ \]"