From e999f40b6bc1af254817f61922094a2e9118c323 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 9 Nov 2025 00:54:11 +0000 Subject: [PATCH] Revert "This reverts commit c22495a834b23df15a694dc313b8bd4eb71a7629." This reverts commit a59daa9ae21800edd438718dd9461f237086b0b5. --- modules/zsh/abbreviations/abbreviations.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/zsh/abbreviations/abbreviations.nix b/modules/zsh/abbreviations/abbreviations.nix index 95022561..5598a87e 100644 --- a/modules/zsh/abbreviations/abbreviations.nix +++ b/modules/zsh/abbreviations/abbreviations.nix @@ -131,6 +131,7 @@ rduli = "run drush uli"; rdup = "run drush updatedb -y"; rpub = "run publish"; + rs = "run switch"; rt = "run test"; nah = "git reset --hard; git clean -fd"; @@ -168,5 +169,8 @@ sgsp = "vendor/bin/sculpin generate --server --port"; sgsw = "vendor/bin/sculpin generate --server --watch"; sgswp = "vendor/bin/sculpin generate --server --watch --port"; + + mnf = "man fzf"; + mnt = "man tmux"; }; }