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
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
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:
>
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
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