Tmux + Rvm + Zsh Fix

If you have throuble with tmux and rvm default simple add following to end of your .zshrc file.

[[ $TERM = "screen" ]] && rvm use default

Comments