diff --git a/devshell.nix b/devshell.nix index 10214ff..d931f6d 100644 --- a/devshell.nix +++ b/devshell.nix @@ -47,8 +47,7 @@ pkgs.mkShell { # Load custom bash code shellHook = '' export NU_CONFIG=${nu-config} - alias nu_config="nu --config ${nu-config}" - nu_config + nu --config ${nu-config} exit 0 ''; }