reverted auto tmux because dealing with copypasta is a pain in the ass
This commit is contained in:
parent
0734f4e15e
commit
c29ba51e74
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ if which tmux &> /dev/null
|
|||
# Configuration variables
|
||||
#
|
||||
# Automatically start tmux
|
||||
[[ -n "$ZSH_TMUX_AUTOSTART" ]] || ZSH_TMUX_AUTOSTART=true
|
||||
[[ -n "$ZSH_TMUX_AUTOSTART" ]] || ZSH_TMUX_AUTOSTART=false
|
||||
# Only autostart once. If set to false, tmux will attempt to
|
||||
# autostart every time your zsh configs are reloaded.
|
||||
[[ -n "$ZSH_TMUX_AUTOSTART_ONCE" ]] || ZSH_TMUX_AUTOSTART_ONCE=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue