europa: add alias to quit doing the env var dance for ssh-agents

This commit is contained in:
Aaron Bieber 2024-04-11 12:28:23 -06:00
parent c315cade1f
commit 9cd8846dc6
No known key found for this signature in database

View File

@ -179,6 +179,7 @@ in
"nixpkgs-review" = "env GITHUB_TOKEN=$(op item get nixpkgs-review --field token) nixpkgs-review";
"godeps" = "go list -m -f '{{if not (or .Indirect .Main)}}{{.Path}}{{end}}' all";
"sync-music" = "rsync -av --progress --delete ~/Music/ suah.dev:/var/lib/music/";
"load-agent" = ''op item get signer --field 'private key' --reveal | sed '/"/d; s/\r//' | ssh-add -'';
};
};
};