Added shorthand git command to home.nix
This commit is contained in:
parent
147fea7278
commit
6e47de571d
2 changed files with 1 additions and 2 deletions
|
|
@ -54,6 +54,7 @@
|
|||
co = "checkout";
|
||||
s = "status";
|
||||
pu = "push origin master";
|
||||
rmc = "rm -r --cached"
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -79,7 +80,6 @@
|
|||
];
|
||||
fonts.fontconfig.enable = true;
|
||||
|
||||
|
||||
home.file = {
|
||||
};
|
||||
|
||||
|
|
@ -87,6 +87,5 @@
|
|||
EDITOR = "emacs";
|
||||
};
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue