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"; }; }