change default shell and nu config to env var
This commit is contained in:
@@ -46,7 +46,9 @@ pkgs.mkShell {
|
|||||||
|
|
||||||
# Load custom bash code
|
# Load custom bash code
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
nu --config ${nu-config}
|
export NU_CONFIG_DIR=${nu-config}
|
||||||
|
export SHELL=nu
|
||||||
|
nu
|
||||||
exit 0
|
exit 0
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user