dotfiles/.config/fish/functions/pypi_token.fish

3 lines
70 B
Fish

function pypi_token
set -gx UV_PUBLISH_TOKEN (pass show pypi)
end