diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf new file mode 100644 index 0000000..dd5b67e --- /dev/null +++ b/.config/tmux/tmux.conf @@ -0,0 +1,2 @@ +set -g default-terminal "tmux-256color" +set -ag terminal-overrides ",xterm-256color:RGB"