From c22495a834b23df15a694dc313b8bd4eb71a7629 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 9 Nov 2025 00:48:02 +0000 Subject: [PATCH] Add abbreviations --- 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"; }; }