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
I am new to zellij and nushell both, so I apologize with my lack of familiarity with the territory.
In zellij, with my default_shell set to nushell, when I open a new pane, the new pane opens to my home directory instead of staying in the cwd, as expected after #691
If I change my default shell to bash, the pane opens into cwd as expected.
Minimal reproduction
> echo$env.NU_VERSION0.88.1
> cd (mktemp -d)
> pwd/private/tmp/tmp.f8WsBgKlrW
> # <C-p> n
> # in the new pane:
> pwd/Users/n8henrie
The text was updated successfully, but these errors were encountered:
Thanks for chiming in! Your comment that it worked for you prompted me to keep digging, and I can confirm that it is a problem specific to my environment. Specifically, I had configured my default_shell to be a script that first prepares some environment variables and then enters nu; clearly something about this messes up the PWD retention. Once I change default_shell to be the path to the nu binary directly, the behavior is normal.
2. Issues with the Zellij UI / behavior / crash
Issue description
I am new to zellij and nushell both, so I apologize with my lack of familiarity with the territory.
In zellij, with my
default_shell
set to nushell, when I open a new pane, the new pane opens to my home directory instead of staying in the cwd, as expected after #691If I change my default shell to bash, the pane opens into cwd as expected.
Minimal reproduction
The text was updated successfully, but these errors were encountered: