From 09a4b0c73b715eae12474fed8c2f9d833e69745d 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 901bd2e6..e940642e 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