j brauerei: add new aliases

This commit is contained in:
jeschli 2018-11-02 09:37:31 +01:00
parent 921483a7e6
commit fa84ae1d22

View File

@ -31,10 +31,15 @@
nixpkgs.config.allowUnfree = true;
environment.shellAliases = {
# 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";