diff --git a/.tmux.conf b/.tmux.conf index ede363d..ce10701 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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 diff --git a/zsh/env.zsh b/zsh/env.zsh index 84c7b3a..56cf588 100644 --- a/zsh/env.zsh +++ b/zsh/env.zsh @@ -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