diff options
-rw-r--r-- | .tmux.conf | 4 | ||||
-rw-r--r-- | .zshrc | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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 | ||
84 | set -g default-terminal "xterm-256color" | 84 | set -g default-terminal "xterm-kitty" |
85 | set-option -ga terminal-overrides ",xterm-256color:Tc" | 85 | set-option -ga terminal-overrides ",xterm-kitty:Tc" |
86 | 86 | ||
87 | # List of plugins | 87 | # List of plugins |
88 | set -g @plugin 'tmux-plugins/tpm' | 88 | set -g @plugin 'tmux-plugins/tpm' |
@@ -86,7 +86,7 @@ else | |||
86 | export EDITOR='nvim' | 86 | export EDITOR='nvim' |
87 | fi | 87 | fi |
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" |