Add shortened git-sync-all alias for zsh

This commit is contained in:
Evie Litherland-Smith 2024-03-14 14:22:19 +00:00
parent 557228b60b
commit 62c69f39f6

View file

@ -12,6 +12,7 @@
ignoreDups = true;
ignoreSpace = true;
};
shellAliases = {gsa = "git-sync-all";};
oh-my-zsh = {
enable = true;
plugins = ["colored-man-pages" "lol" "rand-quote"];