From 4b6c9736404054825eaceddb019014d77781bac7 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Wed, 5 Jun 2024 18:23:09 +0200 Subject: [PATCH] add lzg alias --- home-modules/fish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-modules/fish.nix b/home-modules/fish.nix index cd1b824..e59611d 100755 --- a/home-modules/fish.nix +++ b/home-modules/fish.nix @@ -56,6 +56,7 @@ lib.mkIf (user != "tv") ipy = "ipython"; c = "codium"; g = "git"; + lzg = "lazygit"; # gst = "git status"; gps = "git push"; gpl = "git pull";