From 63c22f7e0974f03f7b1ed919df9b5016f1fd5e80 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 30 Jun 2023 08:04:31 +0900 Subject: [PATCH] Change shortcuts --- laptop/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/laptop/configuration.nix b/laptop/configuration.nix index a49a7396..9ae28da5 100644 --- a/laptop/configuration.nix +++ b/laptop/configuration.nix @@ -171,8 +171,8 @@ gca = "git commit -a"; gco = "git checkout"; gd = "git diff"; - gl = "git pull --prune"; - gp = "git push origin HEAD"; + gp = "git pull --prune"; + gpu = "git push origin HEAD"; gs = "git status -sb"; hs = "home-manager switch"; ll = "ls -lah";