From d1d5b4824288809bd64982dd3391fe793ad9d86a Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sun, 31 Mar 2019 14:28:09 +0300 Subject: Set TERM properly --- .tmux.conf | 4 ++-- .zshrc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index df2b81d..13e489c 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -81,8 +81,8 @@ set -g visual-activity on # Example of using a shell command in the status line #set -g status-right "#[fg=yellow]#(uptime | cut -d ',' -f 2-)" -set -g default-terminal "xterm-256color" -set-option -ga terminal-overrides ",xterm-256color:Tc" +set -g default-terminal "xterm-kitty" +set-option -ga terminal-overrides ",xterm-kitty:Tc" # List of plugins set -g @plugin 'tmux-plugins/tpm' diff --git a/.zshrc b/.zshrc index 734a5da..79c9dee 100644 --- a/.zshrc +++ b/.zshrc @@ -86,7 +86,7 @@ else export EDITOR='nvim' fi -[[ $TMUX = "" ]] && export TERM="xterm-256color" +#[[ $TMUX = "" ]] && export TERM="xterm-256color" # Compilation flags # export ARCHFLAGS="-arch x86_64" -- cgit v1.2.3-70-g09d2