Tmux + Rvm + Zsh Fix
Thu, Sep 15, 2011If you have throuble with tmux and rvm default simple add following to end of your .zshrc file.
[[ $TERM = "screen" ]] && rvm use default
If you have throuble with tmux and rvm default simple add following to end of your .zshrc file.
[[ $TERM = "screen" ]] && rvm use default