aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2023-01-13 13:01:45 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2023-01-13 13:01:45 +0000
commit8bf69148fbb8ac98bf21e1bbd87021aa8f5291cc (patch)
tree428041cb685834909956600cf68ee6500b35c7a9
parentf31b4f80e2e5521d1fbdffce1798600086db69a3 (diff)
Set default tmux shell
-rw-r--r--tmux/.tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
index c884f45..dcab725 100644
--- a/tmux/.tmux.conf
+++ b/tmux/.tmux.conf
@@ -41,6 +41,8 @@ setw -g pane-base-index 1
set-window-option -g mode-keys vi
+set-option -g default-shell /usr/bin/zsh
+
set -g mouse on
set-option -g history-limit 60000