Created
January 26, 2016 20:01
-
-
Save fvdnabee/87e265487004e2f74575 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/plugins/tmux/tmux.plugin.zsh b/plugins/tmux/tmux.plugin.zsh | |
index bc32c89..832cb39 100644 | |
--- a/plugins/tmux/tmux.plugin.zsh | |
+++ b/plugins/tmux/tmux.plugin.zsh | |
@@ -89,6 +89,7 @@ if which tmux &> /dev/null | |
if [[ "$ZSH_TMUX_AUTOSTART_ONCE" == "false" || "$ZSH_TMUX_AUTOSTARTED" != "true" ]] | |
then | |
export ZSH_TMUX_AUTOSTARTED=true | |
+ export TERM=screen-256color | |
_zsh_tmux_plugin_run | |
fi | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment