From fe32d331666de289b8d4a651092c6e96b2dcd337 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Mon, 11 Sep 2017 08:53:38 +0200 Subject: [PATCH] Fix weird tmux background & set default term --- .bashrc | 1 + vim/.vimrc | 1 + 2 files changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index 5b96055..8c9b13f 100644 --- a/.bashrc +++ b/.bashrc @@ -1,6 +1,7 @@ # ~/.bashrc: executed by bash(1) for non-login shells. # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) # for examples +TERM=xterm-256color # If not running interactively, don't do anything case $- in diff --git a/vim/.vimrc b/vim/.vimrc index 3260380..18ba5ec 100755 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -25,6 +25,7 @@ set path+=** set wildmenu set backspace=2 +set t_ut= "Change theme depending on the time of day let hr = (strftime('%H'))