You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even after setting shell = lib.getExe pkgs.zsh;, tmux on macOS starts with sh. Upon inspection with tmux show-options -g, I found the culprit to be the default-command setting:
Are you following the right branch?
Is there an existing issue for this?
Issue description
Even after setting
shell = lib.getExe pkgs.zsh;
,tmux
on macOS starts withsh
. Upon inspection withtmux show-options -g
, I found the culprit to be thedefault-command
setting:default-command "/nix/store/b8gwfk11yb0y4f77jhfaqy04w5hxgwmy-reattach-to-user-namespace-2.9/bin/reattach-to-user-namespace -l /bin/sh" default-shell /nix/store/g1flsbrma4f0zq8gaxc2w377r77mqlv7-zsh-5.9/bin/zsh
From https://man7.org/linux/man-pages/man1/tmux.1.html, you can see that
default-command
overridesdefault-shell
.Maintainer CC
No response
System information
The text was updated successfully, but these errors were encountered: