aboutsummaryrefslogtreecommitdiffstats
path: root/.exports
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2014-06-07 22:14:20 +0200
committerMathias Bynens <mathias@qiwi.be>2014-06-07 23:02:43 +0200
commitcaa3964b343d5b5b969bbfeefe44f55aaba173bf (patch)
treea303080a7a3013ab46cc0b3d85328b9e7ec9487b /.exports
parent0a38d10ca2d2c4c83377e8ad1a75301590796f93 (diff)
downloaddotfiles-caa3964b343d5b5b969bbfeefe44f55aaba173bf.tar.gz
dotfiles-caa3964b343d5b5b969bbfeefe44f55aaba173bf.tar.bz2
dotfiles-caa3964b343d5b5b969bbfeefe44f55aaba173bf.zip
Update Bash prompt to match the Solarized theme
Screenshot: http://i.imgur.com/EkEtphC.png
Diffstat (limited to '.exports')
-rw-r--r--.exports2
1 files changed, 1 insertions, 1 deletions
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";