j brauerei: remove git aliases

This commit is contained in:
jeschli 2019-01-29 19:30:20 +01:00
parent 423e2fd2d9
commit 65dac8da5b

View File

@ -34,15 +34,6 @@ in
# emacs aliases
ed = "emacsclient";
edc = "emacsclient --create-frame";
# git aliases
ga = "git add";
gch = "git checkout";
gco = "git commit";
gf = "git fetch";
gm = "git merge";
gp = "git push";
gr = "git rebase";
gs = "git status";
# nix aliases
ns = "nix-shell";
# krops