Skip to content

Commit

Permalink
Add .secrets.sh file
Browse files Browse the repository at this point in the history
  • Loading branch information
zachwill committed Jan 8, 2013
1 parent ca1a7ae commit 56a4d8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bash_profile
Expand Up @@ -31,6 +31,9 @@ export NODE_PATH="/usr/local/lib/node_modules"
# Django shell autocompletion
[[ -s "$HOME/.django_completion.sh" ]] && . "$HOME/.django_completion.sh"

# Our secret shell functions/aliases
[[ -s "$HOME/.secrets.sh" ]] && . "$HOME/.secrets.sh"

# Load RVM function
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"

Expand Down
3 changes: 3 additions & 0 deletions .gitignore_global
@@ -1,6 +1,9 @@
# Mac OS X
.DS_Store

# Secret secrets
.secrets.sh

# Adobe Files
*.psd

Expand Down

0 comments on commit 56a4d8f

Please sign in to comment.