europa: add alias for nixpkgs-review

This commit is contained in:
Aaron Bieber 2023-01-25 11:09:34 -07:00
parent 32988f880a
commit 74fcc7dc41
No known key found for this signature in database

View File

@ -148,6 +148,7 @@ in {
'';
shellAliases = {
"gh" = "op plugin run -- gh";
"nixpkgs-review" = "op plugin run -- nixpkgs-review";
"godeps" =
"go list -m -f '{{if not (or .Indirect .Main)}}{{.Path}}{{end}}' all";
"mutt" = "neomutt -F /etc/neomuttrc";