Skip to content

i just set up `alias uvr = "uv run"`

what i learned

i just set up a new alias to save some time when using uv

~/.oh-my-zsh/custom/uv.zsh
alias uvr = "uv run"

how i learned

i use streamlit a lot and i was playing around with reflex today and both tools have a <tool> run command. marimo does too. it's common enough in my workflow that it's becoming annoying to use uv run before these commands ๐Ÿ˜ฎโ€๐Ÿ’จ.

reference

none really. checkout reflex though: https://reflex.dev Share on Share on