diff --git a/home-manager/roles/zsh/zshrc b/home-manager/roles/zsh/zshrc index cf19c79b..10e46791 100644 --- a/home-manager/roles/zsh/zshrc +++ b/home-manager/roles/zsh/zshrc @@ -8,6 +8,7 @@ autoload -U colors && colors # Enable colors in prompt alias nix-build-remote="nix-build --builders '@/etc/nix/machines' --max-jobs 0" alias nixpkgs-review-pr-remote='nixpkgs-review pr --build-args "--builders @/etc/nix/machines --max-jobs 0"' +alias nixpkgs-review-rev-remote='nixpkgs-review rev --build-args "--builders @/etc/nix/machines --max-jobs 0"' alias cat=bat alias accounting='hledger -f ~/git/buchhaltung/buchhaltung.ledger ui -- --watch --theme=terminal -T -E' alias o=xdg-open