From 4bc0c6912de76c20c52b23d8897f29a6524ebd67 Mon Sep 17 00:00:00 2001 From: Stefan Weigl-Bosker Date: Fri, 4 Apr 2025 19:52:56 -0400 Subject: lazygit alias --- modules/lazygit.nix | 2 +- modules/zsh/default.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/lazygit.nix b/modules/lazygit.nix index 855a985..cf5275e 100644 --- a/modules/lazygit.nix +++ b/modules/lazygit.nix @@ -39,7 +39,7 @@ in notARepository = "skip"; mouseEvents = false; showRandomTip = false; - border = "hidden"; + border = "single"; theme = { # activeBorderColor = [ "#8f8aac" "bold" ]; activeBorderColor = [ "#8f8aac" "bold" ]; diff --git a/modules/zsh/default.nix b/modules/zsh/default.nix index c884333..94eb79c 100644 --- a/modules/zsh/default.nix +++ b/modules/zsh/default.nix @@ -41,6 +41,7 @@ in ls = "eza"; ll = "eza -l"; hide = "swayhide"; + lg = "lazygit"; }; autosuggestion.enable = true; initExtra = '' -- cgit v1.2.3