From a59daa9ae21800edd438718dd9461f237086b0b5 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 9 Nov 2025 00:53:33 +0000 Subject: [PATCH] This reverts commit c22495a834b23df15a694dc313b8bd4eb71a7629. --- modules/zsh/abbreviations/abbreviations.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/zsh/abbreviations/abbreviations.nix b/modules/zsh/abbreviations/abbreviations.nix index 5598a87e..95022561 100644 --- a/modules/zsh/abbreviations/abbreviations.nix +++ b/modules/zsh/abbreviations/abbreviations.nix @@ -131,7 +131,6 @@ 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"; @@ -169,8 +168,5 @@ 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"; }; }