Fix weird tmux background & set default term
This commit is contained in:
parent
2beaf50c49
commit
fe32d33166
2 changed files with 2 additions and 0 deletions
1
.bashrc
1
.bashrc
|
|
@ -1,6 +1,7 @@
|
||||||
# ~/.bashrc: executed by bash(1) for non-login shells.
|
# ~/.bashrc: executed by bash(1) for non-login shells.
|
||||||
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
|
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
|
||||||
# for examples
|
# for examples
|
||||||
|
TERM=xterm-256color
|
||||||
|
|
||||||
# If not running interactively, don't do anything
|
# If not running interactively, don't do anything
|
||||||
case $- in
|
case $- in
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,7 @@ set path+=**
|
||||||
set wildmenu
|
set wildmenu
|
||||||
|
|
||||||
set backspace=2
|
set backspace=2
|
||||||
|
set t_ut=
|
||||||
|
|
||||||
"Change theme depending on the time of day
|
"Change theme depending on the time of day
|
||||||
let hr = (strftime('%H'))
|
let hr = (strftime('%H'))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue