alias nu
This commit is contained in:
@@ -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
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user