Skip to content

Instantly share code, notes, and snippets.

@rob-b
Created October 9, 2013 09:41
Show Gist options
  • Save rob-b/6898767 to your computer and use it in GitHub Desktop.
Save rob-b/6898767 to your computer and use it in GitHub Desktop.
Autoenv .env file for buildout projects
echo Prepending $(dirname $0)/bin to PATH
new=$(dirname $0)/bin
typeset -U path
path=($new "$path[@]")
export PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment