From 9cd0a42df3580d640c129a56cff9aef78992e60b Mon Sep 17 00:00:00 2001 From: Poby Date: Sun, 6 Apr 2025 21:13:50 +0900 Subject: [PATCH] feat(system.nix): git push alias --- modules/system.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system.nix b/modules/system.nix index beda897..50070b0 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -241,6 +241,7 @@ gst = "git status"; gco = "git checkout"; gl = "git pull"; + gp = "git push"; glg = "git log --graph --pretty='%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%ad) %C(bold blue)<%an>%Creset' --date=short"; }; };