From caa3964b343d5b5b969bbfeefe44f55aaba173bf Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Sat, 7 Jun 2014 22:14:20 +0200 Subject: Update Bash prompt to match the Solarized theme Screenshot: http://i.imgur.com/EkEtphC.png --- .exports | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.exports') diff --git a/.exports b/.exports index 25d913f..9f44069 100644 --- a/.exports +++ b/.exports @@ -13,7 +13,7 @@ export LANG="en_US.UTF-8"; export LC_ALL="en_US.UTF-8"; # Highlight section titles in manual pages -export LESS_TERMCAP_md="${ORANGE}"; +export LESS_TERMCAP_md="${yellow}"; # Don’t clear the screen after quitting a manual page export MANPAGER="less -X"; -- cgit v1.2.3