From 017669069eda366c6edc43c6d63c68b0b08c9d15 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 5 Sep 2025 13:46:39 +0100 Subject: [PATCH] Add `gru` abbreviation --- modules/zsh/abbreviations/abbreviations.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/zsh/abbreviations/abbreviations.nix b/modules/zsh/abbreviations/abbreviations.nix index ed1fba0c..95022561 100644 --- a/modules/zsh/abbreviations/abbreviations.nix +++ b/modules/zsh/abbreviations/abbreviations.nix @@ -7,6 +7,7 @@ cl = "clear"; cs = "create-script"; daily = "run create-daily next"; + gru = "git-repo-updater"; rst = "rst2pdf"; st = "source .tmux"; sz = "source ~/.config/zsh/.zshrc";