diff options
author | Yigit Sever | 2019-03-31 14:28:09 +0300 |
---|---|---|
committer | Yigit Sever | 2019-03-31 14:28:09 +0300 |
commit | d1d5b4824288809bd64982dd3391fe793ad9d86a (patch) | |
tree | 34380eae66387fbf45b8b795cd3d5e31cd957f28 | |
parent | cfd96387edf69b2e05b54b1c57d9a8903a0b80bd (diff) | |
download | dotfiles-d1d5b4824288809bd64982dd3391fe793ad9d86a.tar.gz dotfiles-d1d5b4824288809bd64982dd3391fe793ad9d86a.tar.bz2 dotfiles-d1d5b4824288809bd64982dd3391fe793ad9d86a.zip |
Set TERM properly
-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" |