Skip to content

Commit

Permalink
Add direnv support, if it is present.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Apr 10, 2012
1 parent 0291366 commit 0331d43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bashrc
Expand Up @@ -1286,6 +1286,10 @@ if declare -f rvm >/dev/null ; then
} }
fi fi


if command -v direnv >/dev/null ; then
eval `direnv hook $0`
fi



#--------------------------------------------------------------- #---------------------------------------------------------------
# Set Aliases (Commonly Used Shortcuts) # Set Aliases (Commonly Used Shortcuts)
Expand Down

0 comments on commit 0331d43

Please sign in to comment.