From 656103c59254d01e74b494ae9a9e8d1131f5730c Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Sat, 20 Jun 2026 00:51:29 -0500 Subject: [PATCH] rename aliases --- home-manager/fish.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home-manager/fish.nix b/home-manager/fish.nix index fe58c54..788b72b 100644 --- a/home-manager/fish.nix +++ b/home-manager/fish.nix @@ -6,8 +6,9 @@ ga = "git add ."; gc = "git commit -am"; gp = "git push"; + gpl = "git pull"; gpr = "git pull --rebase"; - gl = "git pull"; + gl = "git log"; }; functions = {