mirror of
1
0
Fork 0
This commit is contained in:
pigeon1990 2017-07-03 04:33:56 +00:00 committed by GitHub
commit ff55dd1dce
1 changed files with 1 additions and 1 deletions

View File

@ -1097,7 +1097,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)