fix: add lazygit alias

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-05-04 14:24:47 -03:00
parent 8797eeacda
commit f62a459f18

View File

@@ -8,6 +8,7 @@
wrapper = pkgs.writeShellScriptBin "nh" ''
function alejandra() { ${pkgs.alejandra}/bin/alejandra "$@"; }
function git() { ${pkgs.git}/bin/git "$@"; }
function lazygit() { ${pkgs.lazygit}/bin/lazygit "$@"; }
function nh() { ${pkgs.nh}/bin/nh "$@"; }
function shellharden() { ${pkgs.shellharden}/bin/shellharden "$@"; }