Created
November 24, 2021 06:56
-
-
Save usaturn/ac3169c67b952ee64c508549fc747322 to your computer and use it in GitHub Desktop.
Change venv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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