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
Binary file not shown.
|
|
@ -54,6 +54,7 @@
|
||||||
co = "checkout";
|
co = "checkout";
|
||||||
s = "status";
|
s = "status";
|
||||||
pu = "push origin master";
|
pu = "push origin master";
|
||||||
|
rmc = "rm -r --cached"
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -79,7 +80,6 @@
|
||||||
];
|
];
|
||||||
fonts.fontconfig.enable = true;
|
fonts.fontconfig.enable = true;
|
||||||
|
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -87,6 +87,5 @@
|
||||||
EDITOR = "emacs";
|
EDITOR = "emacs";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Let Home Manager install and manage itself.
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue