From f33a8e4458fd2bc4b839cb6ddc0ac2a49d9522bf Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Tue, 3 Apr 2012 16:32:39 +0200 Subject: .exports: Highlight (color-code) section titles in manual pages --- .bash_prompt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.bash_prompt') diff --git a/.bash_prompt b/.bash_prompt index 771d35a..662ae78 100644 --- a/.bash_prompt +++ b/.bash_prompt @@ -35,6 +35,14 @@ else RESET="\033[m" fi +export MAGENTA +export ORANGE +export GREEN +export PURPLE +export WHITE +export BOLD +export RESET + function parse_git_dirty() { [[ $(git status 2> /dev/null | tail -n1) != "nothing to commit (working directory clean)" ]] && echo "*" } -- cgit v1.2.3