]> code.delx.au - dotfiles/commitdiff
Re-add COLORFGBG
authorJames Bunton <jamesbunton@delx.net.au>
Tue, 27 Nov 2018 10:25:14 +0000 (21:25 +1100)
committerJames Bunton <jamesbunton@delx.net.au>
Tue, 27 Nov 2018 10:25:37 +0000 (21:25 +1100)
.bashrc

diff --git a/.bashrc b/.bashrc
index 50549e5ad8d85cbba0bc14cf5d771c18edd2eaa3..94beebe9391a39a97481366497761b2cee81971f 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -73,6 +73,8 @@ stty -ixon
 # hostname:workingdir
 PROMPT_COMMAND='echo -ne "\\033]0;$(hostname|cut -d. -f1):${PWD/$HOME/~}\\007"'
 
+# Use dark background colors in apps like vim
+export COLORFGBG='15;0'
 
 #############
 # Fancy PS1 #