I think I have a pretty good developer env going on, but I’m always looking for more things I haven’t thought of.

So does anybody have any uber useful, or fun, or just a general favorite shell/terminal setup or tool?

  • CameronDev@programming.dev
    link
    fedilink
    arrow-up
    4
    ·
    8 days ago

    I have an alias venv, which checks if “./.venv” exists, and if not, creates a virtualenv there, and then activates it.