fix tmux colors

This commit is contained in:
David Chen 2021-12-16 00:09:53 -05:00
parent 963794695c
commit 1f4cff186c
2 changed files with 1 additions and 3 deletions

View file

@ -1,8 +1,6 @@
# cat << EOF > /dev/null
# -- general
set -g default-terminal 'tmux-256color'
set -ga terminal-overrides ',xterm-256color:RGB'
setw -g xterm-keys on
set -s escape-time 0
set -sg repeat-time 300

View file

@ -28,4 +28,4 @@ export RANGER_LOAD_DEFAULT_RC="false"
export EDITOR=nvim
export ZSH_AUTOSUGGEST_USE_ASYNC=1
export ZSH_AUTOSUGGEST_MANUAL_REBIND=1
export TERM=screen-256color-bce