From 7c1077db404964bcae7ad8b00863994184c49199 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Wed, 8 Jan 2020 13:51:32 +0100 Subject: [PATCH] Auto-connect to existing tmux sessions --- zsh/zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index 1074ff7..2147dfc 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -6,7 +6,8 @@ export ZSH="/home/mandlm/.oh-my-zsh" # tmux plugin settings ZSH_TMUX_AUTOSTART=true -ZSH_TMUX_AUTOCONNECT=false +ZSH_TMUX_AUTOCONNECT=true +ZSH_TMUX_UNICODE=true # Set name of the theme to load --- if set to "random", it will # load a random theme each time oh-my-zsh is loaded, in which case,