diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2023-01-13 13:01:45 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2023-01-13 13:01:45 +0000 |
| commit | 8bf69148fbb8ac98bf21e1bbd87021aa8f5291cc (patch) | |
| tree | 428041cb685834909956600cf68ee6500b35c7a9 | |
| parent | f31b4f80e2e5521d1fbdffce1798600086db69a3 (diff) | |
Set default tmux shell
| -rw-r--r-- | tmux/.tmux.conf | 2 |
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 |
