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
as i've been living in nushell all day long for quite a while now, i feel using bash as the shell for things like make and fzf does not make sense...
i also think of bspwm and the scripts, why not changing the shell? 😋
it's not pretty, tideous to write and error prone, and simply does not fit in a nushell based workflow
the idea
for instance, fzf can use some other shell, for the previews, when the SHELL environment variable is set to something else than /bin/bash
this does not change the default shell, i.e. the one you'll drop in when you go to a tty 👍
i've tried to change SHELL to nu in both my ~/.config/nushell/env.nu and .bashrc and i still drop in bash when i open a tty 👌
The text was updated successfully, but these errors were encountered:
as i've been living in
nushell
all day long for quite a while now, i feel usingbash
as the shell for things likemake
andfzf
does not make sense...i also think of
bspwm
and the scripts, why not changing the shell? 😋it's not pretty, tideous to write and error prone, and simply does not fit in a
nushell
based workflowthe idea
for instance,
fzf
can use some other shell, for the previews, when theSHELL
environment variable is set to something else than/bin/bash
this does not change the default shell, i.e. the one you'll drop in when you go to a
tty
👍i've tried to change
SHELL
tonu
in both my~/.config/nushell/env.nu
and.bashrc
and i still drop inbash
when i open atty
👌The text was updated successfully, but these errors were encountered: