From 38882bdc62ff14612170b5d7bb08ea2b08c977e2 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 26 Jul 2023 12:55:55 -0400 Subject: [PATCH] fish(abbreviations): Add git switch --- modules/fish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/fish.nix b/modules/fish.nix index bd7462ed..2cc30261 100644 --- a/modules/fish.nix +++ b/modules/fish.nix @@ -66,6 +66,7 @@ gs = "git status"; gst = "git stash"; gstp = "git stash pop"; + gsw = "git switch"; gt = "git tag"; gts = "git tag -s";