From c104b342f60ea0571ba1bfb190eb0ce0aca5cfcb Mon Sep 17 00:00:00 2001 From: d0zingcat Date: Tue, 31 May 2022 17:39:46 +0800 Subject: [PATCH] add default-command for arch --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index 6b74c68..7eaff2f 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,4 +1,5 @@ # ==== Common ==== +set -g default-command /bin/zsh # rebind PREFIX to C-a set-option -g prefix C-a