diff --git a/modules/fish.nix b/modules/fish.nix index bd7462e..2cc3026 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";