feat(lazygit): lg alias
This commit is contained in:
@@ -132,4 +132,7 @@
|
|||||||
programs.zsh.autosuggestion.enable = true;
|
programs.zsh.autosuggestion.enable = true;
|
||||||
programs.zsh.enableCompletion = true;
|
programs.zsh.enableCompletion = true;
|
||||||
programs.zsh.syntaxHighlighting.enable = true;
|
programs.zsh.syntaxHighlighting.enable = true;
|
||||||
|
programs.zsh.shellAliases = {
|
||||||
|
"lg" = "${lib.getExe config.programs.lazygit.package}";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user