diff options
-rw-r--r-- | .config/tmux/tmux.conf (renamed from .config/tmux/.tmux.conf) | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.config/tmux/.tmux.conf b/.config/tmux/tmux.conf index 544585a..7f350fe 100644 --- a/.config/tmux/.tmux.conf +++ b/.config/tmux/tmux.conf @@ -6,9 +6,6 @@ set-option -g prefix C-a unbind-key C-b bind-key C-a send-prefix -# Default shell -set-option -g default-shell /usr/bin/zsh - # Allows vim to display colors correctly. set -g default-terminal 'screen-256color' set -ga terminal-overrides ',*256col*:Tc' |