From 550248aa4e7ecc29cbb5158b980d824977ee90e9 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sat, 9 Aug 2025 19:36:58 +0200 Subject: [PATCH] edit n4c alias Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- home/programs/shell/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/programs/shell/zsh.nix b/home/programs/shell/zsh.nix index 901bd2e..e940642 100644 --- a/home/programs/shell/zsh.nix +++ b/home/programs/shell/zsh.nix @@ -120,7 +120,7 @@ in { category=''${1:-all} shift args=''${*} - nix develop "github:nix4cyber/n4c#''${category}" ''${args} + nix develop "github:nix4cyber/n4c#''${category}" ''${args} -c zsh } zle -N sesh-sessions