diff options
author | jeschli <jeschli@gmail.com> | 2019-01-29 19:30:20 +0100 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2019-01-29 19:30:20 +0100 |
commit | 4bbdecf22d0eb47e780657e9996f6be287ceb654 (patch) | |
tree | 19cca9dbf996b647b481a3e7dd9b622399b1a04b /jeschli/1systems | |
parent | db01686af28d87da19040ba0c75d5b96a1eb32ad (diff) |
j brauerei: remove git aliases
Diffstat (limited to 'jeschli/1systems')
-rw-r--r-- | jeschli/1systems/brauerei/config.nix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/jeschli/1systems/brauerei/config.nix b/jeschli/1systems/brauerei/config.nix index 6b1e9ed..e8702dd 100644 --- a/jeschli/1systems/brauerei/config.nix +++ b/jeschli/1systems/brauerei/config.nix @@ -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 |