fish: Add git submodule abbreviations

This commit is contained in:
Donovan Glover 2023-09-12 15:28:43 -04:00
parent 7bd3302f51
commit 964b6f7e9b
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -68,6 +68,8 @@
grb = "git rebase --interactive";
grbc = "git rebase --continue";
gs = "git status";
gsma = "git submodule add";
gsmu = "git submodule update --init --remote --recursive";
gst = "git stash";
gstp = "git stash pop";
gsw = "git switch";