Hi,
it seems to work as expected.
1. Test 1
#terminal_1
% pkill tmux
# set SHELL to a defined value different from user shell (zsh)
% export SHELL=/bin/sh
# no .tmux.conf
# fine!
% ls -al ~/.tmux.conf
ls: cannot access /home/user/.tmux.conf: No such file or directory
# terminal_1
% tmux new-se
Dear mailinglist,
I tried to use the zsh double star "**" (recursive match) in a tmux
command string, but it does not match correctly. The same command +
"**" works without tmux. Any idea why this doesn't work? Which shell
is used to interpret the command: sh, default-shell, $SHELL? My gues