git stash alias

I finally fucking learned how this shit works
This commit is contained in:
jacekpoz 2024-01-20 01:32:42 +01:00
parent 6dd8e013f6
commit 9a23f28193
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -41,6 +41,7 @@ in {
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";
g = "git";
gs = "g stash";
n = "nix";
woman = "man";
wget = "wget --hsts-file=\"${config.home-manager.users.${config'.username}.xdg.dataHome}/wget-hsts\"";