j brauerei: add new aliases
This commit is contained in:
parent
921483a7e6
commit
fa84ae1d22
@ -31,10 +31,15 @@
|
|||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
environment.shellAliases = {
|
environment.shellAliases = {
|
||||||
|
# emacs aliases
|
||||||
|
ed = "emacsclient";
|
||||||
|
edc = "emacsclient --create-frame";
|
||||||
# git aliases
|
# git aliases
|
||||||
ga = "git add";
|
ga = "git add";
|
||||||
gch = "git checkout";
|
gch = "git checkout";
|
||||||
gco = "git commit";
|
gco = "git commit";
|
||||||
|
gf = "git fetch";
|
||||||
|
gm = "git merge";
|
||||||
gp = "git push";
|
gp = "git push";
|
||||||
gr = "git rebase";
|
gr = "git rebase";
|
||||||
gs = "git status";
|
gs = "git status";
|
||||||
|
Loading…
Reference in New Issue
Block a user