feat(lazygit): lg alias

This commit is contained in:
Guz
2025-02-05 15:41:58 -03:00
parent e2d495af6b
commit 74a5ca0917

View File

@@ -132,4 +132,7 @@
programs.zsh.autosuggestion.enable = true;
programs.zsh.enableCompletion = true;
programs.zsh.syntaxHighlighting.enable = true;
programs.zsh.shellAliases = {
"lg" = "${lib.getExe config.programs.lazygit.package}";
};
}