X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/blobdiff_plain/441fb2bd935dd626f5a69f4a6fd0f17637993f93..0c7867d96b93a8d56ef4674a7f9cfa033ea675f6:/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="\[ \]"