Skip to content

Instantly share code, notes, and snippets.

@usaturn
Created November 24, 2021 06:56
Show Gist options
  • Save usaturn/ac3169c67b952ee64c508549fc747322 to your computer and use it in GitHub Desktop.
Save usaturn/ac3169c67b952ee64c508549fc747322 to your computer and use it in GitHub Desktop.
Change venv
function venv(){
VENV=$(ls ~/.venv/ | fzf) &&
source ~/.venv/${VENV}/bin/activate
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment