1
0
Fork 0

Add nixpkgs-review-remote

This commit is contained in:
Malte Brandy 2020-10-14 00:46:51 +02:00
parent 03f7d3125c
commit 182469948e
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -7,6 +7,7 @@ setopt prompt_subst
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 cat=bat
alias accounting='hledger -f ~/git/buchhaltung/buchhaltung.ledger ui -- --watch --theme=terminal -T -E'
alias o=xdg-open