Change shortcuts

This commit is contained in:
iFargle 2023-06-30 08:04:31 +09:00
parent c67a4e9aa3
commit 63c22f7e09

View file

@ -171,8 +171,8 @@
gca = "git commit -a";
gco = "git checkout";
gd = "git diff";
gl = "git pull --prune";
gp = "git push origin HEAD";
gp = "git pull --prune";
gpu = "git push origin HEAD";
gs = "git status -sb";
hs = "home-manager switch";
ll = "ls -lah";