diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-05-11 07:52:57 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-05-11 07:52:57 -0300 |
commit | 600548eff7f320c6503d70e7b3471a5ac8ccc434 (patch) | |
tree | 0770e951b498a8fb966f718f8d7d77d765547290 | |
parent | 5cda06eb761e07a20b69cb78155941036f36afb4 (diff) |
tmux: use zsh as default shell
-rw-r--r-- | .tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf index 14f7fcb..dda9b5b 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,3 +1,4 @@ +set -g default-shell /bin/zsh set -g mouse on set -g default-terminal "screen-256color" set -g repeat-time 250 |