diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-04-04 19:52:56 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-04-04 19:59:19 -0400 |
| commit | 4bc0c6912de76c20c52b23d8897f29a6524ebd67 (patch) | |
| tree | f608f96c895289de706d7f922250f9fd57c2a15c | |
| parent | 2dccaa26240c1a1e0a608dadadb6d5391292495b (diff) | |
| download | home-4bc0c6912de76c20c52b23d8897f29a6524ebd67.tar.gz | |
lazygit alias
| -rw-r--r-- | modules/lazygit.nix | 2 | ||||
| -rw-r--r-- | modules/zsh/default.nix | 1 |
2 files changed, 2 insertions, 1 deletions
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 = '' |