From 697b01946ca8fa00f4df0f74a97d82a528a01698 Mon Sep 17 00:00:00 2001 From: pigeon1990 Date: Mon, 3 Jul 2017 12:29:15 +0800 Subject: [PATCH] copy to OS clipboard support zsh shell --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index c08b507..2017b8a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1013,7 +1013,7 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration' # if command -v reattach-to-user-namespace > /dev/null 2>&1; then # default_shell="$(tmux show -gv default-shell)" # case "$default_shell" in -# *fish) +# *fish | zsh) # tmux set -g default-command "reattach-to-user-namespace -l $default_shell" # ;; # *sh)