From 32b5eef9a3c06fcd359e0c5d25d62782fb80ea6a Mon Sep 17 00:00:00 2001 From: MFlossmann Date: Sun, 4 Aug 2024 21:06:57 +0200 Subject: [PATCH] add lazygit alias --- modules/home/bundles/core.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/bundles/core.nix b/modules/home/bundles/core.nix index cf78413..9caaeb6 100644 --- a/modules/home/bundles/core.nix +++ b/modules/home/bundles/core.nix @@ -65,6 +65,7 @@ shellAliases = { ll = "lsd -l"; + lg = "lazygit"; }; history = {