git stash alias
I finally fucking learned how this shit works
This commit is contained in:
parent
6dd8e013f6
commit
9a23f28193
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ in {
|
||||||
gpl = "curl https://www.gnu.org/licenses/gpl-3.0.txt -o LICENSE";
|
gpl = "curl https://www.gnu.org/licenses/gpl-3.0.txt -o LICENSE";
|
||||||
agpl = "curl https://www.gnu.org/licenses/agpl-3.0.txt -o LICENSE";
|
agpl = "curl https://www.gnu.org/licenses/agpl-3.0.txt -o LICENSE";
|
||||||
g = "git";
|
g = "git";
|
||||||
|
gs = "g stash";
|
||||||
n = "nix";
|
n = "nix";
|
||||||
woman = "man";
|
woman = "man";
|
||||||
wget = "wget --hsts-file=\"${config.home-manager.users.${config'.username}.xdg.dataHome}/wget-hsts\"";
|
wget = "wget --hsts-file=\"${config.home-manager.users.${config'.username}.xdg.dataHome}/wget-hsts\"";
|
||||||
|
|
Loading…
Reference in a new issue