This commit is contained in:
2026-01-12 12:46:05 +01:00
parent 95ff6578bb
commit 5b32a2f28b

View File

@@ -47,8 +47,8 @@ pkgs.mkShell {
# Load custom bash code # Load custom bash code
shellHook = '' shellHook = ''
export NU_CONFIG=${nu-config} export NU_CONFIG=${nu-config}
alias nu-config="nu --config ${nu-config}" alias nu_config="nu --config ${nu-config}"
nu-config nu_config
exit 0 exit 0
''; '';
} }