Change shortcuts
This commit is contained in:
parent
c67a4e9aa3
commit
63c22f7e09
1 changed files with 2 additions and 2 deletions
|
@ -171,8 +171,8 @@
|
||||||
gca = "git commit -a";
|
gca = "git commit -a";
|
||||||
gco = "git checkout";
|
gco = "git checkout";
|
||||||
gd = "git diff";
|
gd = "git diff";
|
||||||
gl = "git pull --prune";
|
gp = "git pull --prune";
|
||||||
gp = "git push origin HEAD";
|
gpu = "git push origin HEAD";
|
||||||
gs = "git status -sb";
|
gs = "git status -sb";
|
||||||
hs = "home-manager switch";
|
hs = "home-manager switch";
|
||||||
ll = "ls -lah";
|
ll = "ls -lah";
|
||||||
|
|
Loading…
Reference in a new issue