Fix weird tmux background & set default term

This commit is contained in:
Sonny Bakker 2017-09-11 08:53:38 +02:00
parent 2beaf50c49
commit fe32d33166
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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'))