1
0
Fork 0
mirror of synced 2024-05-27 04:21:08 -04:00

copy to OS clipboard support zsh shell

This commit is contained in:
pigeon1990 2017-07-03 12:29:15 +08:00
parent c937131a5e
commit 697b01946c

View file

@ -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)