pass -c
WSL has a `WAYLAND_DISPLAY` environment variable set that is confusing `pass` and causing it to use `wl-copy` that I don't have installed. `xclip` works fine in WSL, which is used if the `WAYLAND_DISPLAY` is unset.
git tag