From 5b32a2f28bb9abda1008fb820bcee8a1e412c4d1 Mon Sep 17 00:00:00 2001 From: Sin Ser'hao Date: Mon, 12 Jan 2026 12:46:05 +0100 Subject: [PATCH] alias nu --- devshell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devshell.nix b/devshell.nix index a275ca7..10214ff 100644 --- a/devshell.nix +++ b/devshell.nix @@ -47,8 +47,8 @@ pkgs.mkShell { # Load custom bash code shellHook = '' export NU_CONFIG=${nu-config} - alias nu-config="nu --config ${nu-config}" - nu-config + alias nu_config="nu --config ${nu-config}" + nu_config exit 0 ''; }