From ecfd498c379683d344468e8160a18adcc611b341 Mon Sep 17 00:00:00 2001 From: johannst Date: Mon, 17 Oct 2016 20:08:55 +0200 Subject: added colors for BufTabLine vim plugin; changed LS_COLORS and TERM; changed default term in tmux --- bashrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index 242b6e3..7ae9276 100644 --- a/bashrc +++ b/bashrc @@ -3,7 +3,9 @@ #{{{ general bash settings -export TERM=xterm-256color +if [ "$TERM" == "screen" ]; then export TERM=screen-256color; fi +if [ "$TERM" == "xterm" ]; then export TERM=xterm-256color; fi + # disable sticky mode stty -ixon @@ -37,6 +39,6 @@ export PS1="${BCol_DarkRed}::${BCol_DarkOrange}\u${BCol_DarkRed}::${BCol_LightOr #}}} #{{{ ls colors -export LS_COLORS='di=34:ln=96:or=96;41:so=0:pi=0:ex=01;92:bd=0;42:cd=0;42:su=0:sg=0:tw=30;44:ow=30;44' +export LS_COLORS='di=94:ln=96:or=96;41:so=0:pi=0:ex=01;92:bd=0;42:cd=0;42:su=0:sg=0:tw=30;44:ow=30;44' #}}} -- cgit v1.2.3