This commit is contained in:
2026-01-12 12:44:20 +01:00
parent aef38d5edb
commit 95ff6578bb

View File

@@ -46,9 +46,9 @@ pkgs.mkShell {
# Load custom bash code
shellHook = ''
export NU_CONFIG_DIR=${nu-config}
export SHELL=nu
nu
export NU_CONFIG=${nu-config}
alias nu-config="nu --config ${nu-config}"
nu-config
exit 0
'';
}