feat: add zsh git aliases
Kieran Klukas 1 year ago 8c0bb0bc 7703861f
··· 180 180 ll = "ls -l"; 181 181 la = "ls -la"; 182 182 update = "sudo nixos-rebuild switch"; 183 183 + gc = "git commit"; 184 184 + gp = "git push"; 185 185 + gpl = "git pull"; 183 186 }; 184 187 history = { 185 188 size = 10000;