fix git config

This commit is contained in:
Frost-Phoenix 2023-11-05 21:49:35 +01:00
parent f5243bb25c
commit 24a2dd5cf3

View file

@ -11,7 +11,7 @@
credential.helper = "store"; credential.helper = "store";
}; };
environment.shellAliases = { aliases = {
# Git aliases # Git aliases
ga = "git add"; ga = "git add";
gaa = "git add --all"; gaa = "git add --all";