From c43ae9578b8043478a055ced0fa04d7b51e8d6c0 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 15 Apr 2025 17:57:16 +0200 Subject: [PATCH] edit function Former-commit-id: 2e36e3da640a6a3d7f6445b54abe3c31c0ab2990 --- 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 6c4073c..8d2db3c 100644 --- a/home/programs/shell/zsh.nix +++ b/home/programs/shell/zsh.nix @@ -48,7 +48,7 @@ in { function n4c() { - nix develop --no-write-lock-file --refresh "github:anotherhadi/nix2cyber#$1" + nix develop --no-write-lock-file --refresh "github:anotherhadi/nix4cyber#''${1:-all}" } zle -N sesh-sessions