I hereby claim:
- I am metersk on github.
- I am metersk (https://keybase.io/metersk) on keybase.
- I have a public key ASDPT6NsPC101iPm7CJP2qzWQQd5xTJNMxfb5ntijmJ_Ygo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # virtualenv-auto-activate.sh | |
| # | |
| # Installation: | |
| # Add this line to your .bashrc or .bash-profile: | |
| # | |
| # source /path/to/virtualenv-auto-activate.sh | |
| # | |
| # Go to your project folder, run "virtualenv .venv", so your project folder | |
| # has a .venv folder at the top level, next to your version control directory. |
| export ZSH="$HOME/.oh-my-zsh" | |
| fpath+=("$(brew --prefix)/share/zsh/site-functions") | |
| fpath+=~/.zfunc | |
| autoload -Uz compinit && compinit | |
| autoload -U promptinit | |
| promptinit | |
| prompt pure |