feat: change gg alias to target ~/code

This commit is contained in:
Jacob Bachmann 2024-01-13 15:38:00 +01:00
parent 696e2f291a
commit 7cc47dc124
Signed by: bchmnn
GPG key ID: 732A612DAD28067D

View file

@ -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";