diff options
Diffstat (limited to 'configs/.tmux.conf')
-rw-r--r-- | configs/.tmux.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configs/.tmux.conf b/configs/.tmux.conf index e3178acbf4a1..59568dfcb59c 100644 --- a/configs/.tmux.conf +++ b/configs/.tmux.conf @@ -1,5 +1,3 @@ -set -g default-terminal "screen-256color" - source-file "${HOME}/makersquare/tmux-themepack/powerline/block/green.tmuxtheme" @@ -19,5 +17,5 @@ bind % split-window -c "#{pane_current_path}" bind '"' split-window -h -c "#{pane_current_path}" bind c new-window -c "#{pane_current_path}" -set -g default-terminal "screen-256color-italic" +set -g default-terminal "tmux" |