diff options
Diffstat (limited to 'modules')
| -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 = '' |