From 991bf0167bad6746bea9b91c99adce4b8fb89254 Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Tue, 25 Feb 2020 23:48:42 -0800 Subject: [PATCH] remove defunct shell default setting --- nix/tmux/tmux.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/nix/tmux/tmux.conf b/nix/tmux/tmux.conf index 94d3ca7..56c0449 100644 --- a/nix/tmux/tmux.conf +++ b/nix/tmux/tmux.conf @@ -14,8 +14,6 @@ set-option -g base-index 1 set-option -g default-terminal screen-256color -set-option -g default-shell /bin/zsh - # STATUS BAR set-option -g status-bg colour234 # light gray bg set-option -g status-fg colour255 # black text