From 753ea17365ef0205283dd8b7c763945ba567ceef Mon Sep 17 00:00:00 2001 From: shokinn Date: Thu, 2 Apr 2026 15:55:29 +0200 Subject: [PATCH] Add alias for agenix rekey command to streamline key management --- dotfiles/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index b3edbb2..638b5a7 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -185,6 +185,7 @@ alias agenix='RULES='\''./secrets/secrets.nix'\'' agenix' alias agenix-edit="agenix -i {{@@ env['HOME'] @@}}/.ssh/identities/agenix-phg -e" alias ane='agenix-edit' alias cane="EDITOR='code -w' agenix-edit" +alias agenix-rekey="EDITOR=: agenix-edit" alias ade='age-edit -t /tmp/ -M -a {{@@ ageidentity @@}}' alias cade='age-edit -e "${HOME}/.local/bin/codew" -t /tmp/ -M -a {{@@ ageidentity @@}}' alias du="duf"