From c98ca95ddb75077ece5b6f454844a30fe242069a Mon Sep 17 00:00:00 2001 From: steveokard Date: Sun, 30 May 2021 19:06:06 -0400 Subject: [PATCH] zstyle tmux over ssh --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 35c594c..2eba32d 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -35,6 +35,7 @@ export COMPLETION_WAITING_DOTS="true" ##################### # tmux {{ zstyle ':prezto:module:tmux:session' name 'λ' +zstyle ':prezto:module:tmux:auto-start' remote 'yes' # [[ -n $DISPLAY ]] && zstyle ':prezto:module:tmux:auto-start' local 'yes' zinit ice zinit snippet PZT::modules/tmux # }}}