summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.tmux.conf4
-rw-r--r--.zshrc2
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
81# Example of using a shell command in the status line 81# Example of using a shell command in the status line
82#set -g status-right "#[fg=yellow]#(uptime | cut -d ',' -f 2-)" 82#set -g status-right "#[fg=yellow]#(uptime | cut -d ',' -f 2-)"
83 83
84set -g default-terminal "xterm-256color" 84set -g default-terminal "xterm-kitty"
85set-option -ga terminal-overrides ",xterm-256color:Tc" 85set-option -ga terminal-overrides ",xterm-kitty:Tc"
86 86
87# List of plugins 87# List of plugins
88set -g @plugin 'tmux-plugins/tpm' 88set -g @plugin 'tmux-plugins/tpm'
diff --git a/.zshrc b/.zshrc
index 734a5da..79c9dee 100644
--- a/.zshrc
+++ b/.zshrc
@@ -86,7 +86,7 @@ else
86 export EDITOR='nvim' 86 export EDITOR='nvim'
87fi 87fi
88 88
89[[ $TMUX = "" ]] && export TERM="xterm-256color" 89#[[ $TMUX = "" ]] && export TERM="xterm-256color"
90 90
91# Compilation flags 91# Compilation flags
92# export ARCHFLAGS="-arch x86_64" 92# export ARCHFLAGS="-arch x86_64"