From 5cca5b1d66bfcff8d7c195ffc129d12dd9e83af5 Mon Sep 17 00:00:00 2001 From: acicchetti Date: Thu, 7 Mar 2019 15:49:32 -0500 Subject: [PATCH] Tmux stuff? --- tmux/tmux.conf | 4 ++-- zsh/zshrc | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index e5c53bb..8b19d7d 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,6 +1,6 @@ # set default terminal -set -ga terminal-overrides ",xterm-kitty:Tc,alacritty:Tc,xterm-termite:Tc" -#set -g default-terminal "tmux-256color" +#set -ga terminal-overrides ",xterm-kitty:Tc,alacritty:Tc,xterm-termite:Tc" +set-option -g default-terminal "tmux-256color" # set mouse/history stuff set -g mouse on set -g history-limit 20000 diff --git a/zsh/zshrc b/zsh/zshrc index 6d586fb..98fcdd9 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -72,6 +72,7 @@ else touch $HOME/.zshsrc fi +export TERM="tmux-256color" export SHELL="/bin/zsh" # asdf . $HOME/.asdf/asdf.sh