[F] Fix tmux zsh on mac

This commit is contained in:
2025-10-15 17:22:05 +08:00
committed by GitHub
parent 3b8bd9d57f
commit 4abe269b29
+1 -1
View File
@@ -1,7 +1,7 @@
set-option -g mouse on set-option -g mouse on
set-option -g history-limit 10000 set-option -g history-limit 10000
set -g default-shell /usr/bin/zsh set -g default-shell zsh
set -g base-index 1 set -g base-index 1
set -g renumber-windows on set -g renumber-windows on