Skip to content

Commit

Permalink
Only init rbenv if we're in tmux.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Aug 7, 2012
1 parent 9baf946 commit 4c5f832
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion zshenv
Original file line number Original file line Diff line number Diff line change
@@ -1,2 +1,5 @@
# rbenv # rbenv
eval "$(rbenv init -)" if [[ -n $TMUX ]]
then
eval "$(rbenv init -)"
fi

0 comments on commit 4c5f832

Please sign in to comment.