Skip to content

Instantly share code, notes, and snippets.

@akheron
Created May 29, 2012 05:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akheron/2822794 to your computer and use it in GitHub Desktop.
Save akheron/2822794 to your computer and use it in GitHub Desktop.
virtualenvwrapper hooks for sala
#!/bin/bash
# This hook is run after this virtualenv is activated.
export SALADIR=/path/to/passwords
. /path/to/sala/contrib/sala-completion.bash
#!/bin/bash
# This hook is run before this virtualenv is deactivated.
complete -o default sala
unset SALADIR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment