fsquillace / junest

The lightweight Arch Linux based distro that runs, without root privileges, on top of any other Linux distro.
GNU General Public License v3.0
2.08k stars 111 forks source link

feat: bump default shell to bash instead of sh #306

Closed tianrui-wei closed 1 year ago

tianrui-wei commented 1 year ago

Given this argument uses the guest (archlinux) binary, it makes sense to use bash instead of sh as default. This resolves issues such as https://github.com/junegunn/fzf/issues/3063

Signed-off-by: Tianrui Wei tianrui@tianruiwei.com

fsquillace commented 1 year ago

Hi, This can bring further side effects given that it runs bashrc file. It is not a solution applicable in the general sense. For your use you can always modify ~/.profile to make it working. Thanks.