Open adrian-gierakowski opened 4 years ago
@adrian-gierakowski: I believe it is hard-coded in Haskell's process
library (which is what turtle
uses under the hood). So if you think it should respect $SHELL
then you might need to open an issue against that package
The
shell
function doesn't seem to respect the$SHELL
env var or my current users default shell, it always runs/bin/sh
. Fox example, running:prints the following:
Do you know how the underlying
System.Process.shell
determines which shell to use?