feat: adds gp abbreviation

This commit is contained in:
Ahwx 2025-07-27 00:16:39 +02:00
parent 863e43f7e9
commit aa3b1439b0

View file

@ -147,6 +147,7 @@
gcm = "git commit -m"; gcm = "git commit -m";
gph = "git push -u origin main"; gph = "git push -u origin main";
g = "git"; g = "git";
gp = "git pull";
calc = "eva"; calc = "eva";
wikipedia = "wikit"; wikipedia = "wikit";