From ed7263dfee1ca07ccbc6760db28b765b6ac3cc46 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sat, 17 Aug 2024 17:39:29 +0300 Subject: [PATCH] chore(shell): disable tmux autostart --- base/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/zshrc b/base/zshrc index 8cf15a1..5171968 100755 --- a/base/zshrc +++ b/base/zshrc @@ -32,7 +32,7 @@ load_antigen() antigen use oh-my-zsh - export ZSH_TMUX_AUTOSTART=true + export ZSH_TMUX_AUTOSTART=false export ZSH_TMUX_CONFIG="$DOTFILES/config/tmux/tmux.conf" export ZSH_TMUX_UNICODE=true export ZSH_TMUX_AUTOQUIT=false