Skip to content

Commit

Permalink
fix: git ui alias refer to binary instead of env
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnossiom committed Jun 25, 2024
1 parent 9ec546a commit b7947e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions home-manager/modules/git.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ with lib;
cm = "commit --message";
oups = "commit --amend";

# Plain binary ensures it is globally installed
ui = "!lazygit";
ui = "!${getExe pkgs.lazygit}";

rv = "remote --verbose";

Expand Down

0 comments on commit b7947e4

Please sign in to comment.