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";
|
||||
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";
|
||||
|
|
Loading…
Reference in a new issue