Last active
January 28, 2019 21:05
-
-
Save Alvai/29ff5952eaaf697b5f1467ddeb4d9eba to your computer and use it in GitHub Desktop.
Functions in .zshrc
This file contains hidden or 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
clone() { git clone [email protected]:Alvai/"$1".git; } | |
useVenv() { source ~/.venvs/"$1"/bin/activate; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment