Re: zsh double star (**) in tmux command string does not match

2012-05-29 Thread Nicholas Marriott
Thanks On Mon, May 28, 2012 at 12:55:44PM +0200, Dennis G??nnewig wrote: > 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 ~/.tmu

Re: zsh double star (**) in tmux command string does not match

2012-05-28 Thread Dennis Günnewig
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

Re: zsh double star (**) in tmux command string does not match

2012-05-25 Thread Nicholas Marriott
Setting default-shell should work, are you sure you set it properly? Make sure you either set it inside the running tmux or restart tmux entirely to reload the config. On Fri, May 25, 2012 at 03:48:35PM +0100, Thomas Adam wrote: > On Fri, May 25, 2012 at 04:22:26PM +0200, Dennis G?nnewig wrote: >

Re: zsh double star (**) in tmux command string does not match

2012-05-25 Thread Thomas Adam
On Fri, May 25, 2012 at 04:22:26PM +0200, Dennis Günnewig wrote: > > 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

zsh double star (**) in tmux command string does not match

2012-05-25 Thread Dennis Günnewig
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