Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Chaffee committed Apr 13, 2017
1 parent 17e0903 commit ccb8294
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dot/exports
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,8 @@ fi
if [[ -s "${NVM_DIR}/nvm.sh" ]]; then
. "${NVM_DIR}/nvm.sh"
fi

# -------------------------------------------------------------------
# Initialize jenv
# -------------------------------------------------------------------
if command -v jenv >/dev/null 2>&1; then eval "$(jenv init -)"; fi

0 comments on commit ccb8294

Please sign in to comment.