Skip to content

Instantly share code, notes, and snippets.

@mikaelbr
Created November 6, 2012 09:27
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 mikaelbr/4023665 to your computer and use it in GitHub Desktop.
Save mikaelbr/4023665 to your computer and use it in GitHub Desktop.
zsh/bash config.
# Include passwords/API keys etc, stored as env. (if exists)
if [ -f ~/.priv/env_config.sh ];
then
source ~/.priv/env_config.sh
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment