Skip to content

Instantly share code, notes, and snippets.

@fvdnabee
Created January 26, 2016 20:01
Show Gist options
  • Save fvdnabee/87e265487004e2f74575 to your computer and use it in GitHub Desktop.
Save fvdnabee/87e265487004e2f74575 to your computer and use it in GitHub Desktop.
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