From 76c47913ea178135c685811bacbc55bf0574769c Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Mon, 14 Apr 2025 13:07:02 +0200 Subject: [PATCH] add n4c alias Former-commit-id: a77128b56ddc2f6cb3abcb502474da5bacb1af7a --- home/programs/shell/zsh.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/programs/shell/zsh.nix b/home/programs/shell/zsh.nix index 92755bd..6c4073c 100644 --- a/home/programs/shell/zsh.nix +++ b/home/programs/shell/zsh.nix @@ -46,6 +46,11 @@ in { done } + + function n4c() { + nix develop --no-write-lock-file --refresh "github:anotherhadi/nix2cyber#$1" + } + zle -N sesh-sessions bindkey -M emacs '\es' sesh-sessions bindkey -M vicmd '\es' sesh-sessions