europa: add sync-music alias

This commit is contained in:
Aaron Bieber 2024-04-01 09:03:16 -06:00
parent 36c9ccd6b7
commit 9d5adf88b6
No known key found for this signature in database

View File

@ -184,6 +184,7 @@ in
"gh" = "op plugin run -- gh";
"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/";
};
};
};