1
0
forked from extern/nix-config

fish(abbreviations): Add git switch

This commit is contained in:
Donovan Glover 2023-07-26 12:55:55 -04:00
parent ddc7d0a9dd
commit 38882bdc62
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -66,6 +66,7 @@
gs = "git status";
gst = "git stash";
gstp = "git stash pop";
gsw = "git switch";
gt = "git tag";
gts = "git tag -s";