Skip to content

Instantly share code, notes, and snippets.

@Alvai
Last active January 28, 2019 21:05
Show Gist options
  • Save Alvai/29ff5952eaaf697b5f1467ddeb4d9eba to your computer and use it in GitHub Desktop.
Save Alvai/29ff5952eaaf697b5f1467ddeb4d9eba to your computer and use it in GitHub Desktop.
Functions in .zshrc
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