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