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";