This commit is contained in:
Ivan Dimitrov 2023-10-06 16:19:41 +03:00
parent e801923ff1
commit 1a93e0c79a

View File

@ -10,6 +10,7 @@
PASSWORD_STORE_DIR = "$HOME/.password-store";
};
shellAliases = {
GG = "git add . && git commit -m 'GG' && git push --set-upstream origin $(git rev-parse --abbrev-ref HEAD)";
gad = "git add . && git diff --cached";
gac = "ga && gc";
gach = "gac -C HEAD";