feat: change gg alias to target ~/code
This commit is contained in:
parent
696e2f291a
commit
7cc47dc124
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
lt = "lsd -lAh --group-directories-first --tree";
|
lt = "lsd -lAh --group-directories-first --tree";
|
||||||
llt = "unbuffer lsd -lAh --group-directories-first --tree | less -r";
|
llt = "unbuffer lsd -lAh --group-directories-first --tree | less -r";
|
||||||
|
|
||||||
gg = "cd ~/git";
|
gg = "cd ~/code";
|
||||||
gs = "git status";
|
gs = "git status";
|
||||||
gl = "git log --oneline";
|
gl = "git log --oneline";
|
||||||
glg = "git log --oneline --graph --decorate --all";
|
glg = "git log --oneline --graph --decorate --all";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue