chore(shell): disable tmux autostart

This commit is contained in:
2024-08-17 17:39:29 +03:00
parent 4cda063305
commit ed7263dfee

View File

@@ -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