Запрет автоматического запуска tmux
This commit is contained in:
parent
f9beb69853
commit
a79fd61f94
@ -56,7 +56,7 @@ if command -v vim > /dev/null 2>&1; then
|
|||||||
fi
|
fi
|
||||||
if command -v tmux > /dev/null 2>&1; then
|
if command -v tmux > /dev/null 2>&1; then
|
||||||
zstyle ':prezto:module:tmux:auto-start' local 'no'
|
zstyle ':prezto:module:tmux:auto-start' local 'no'
|
||||||
zstyle ':prezto:module:tmux:auto-start' remote 'yes'
|
zstyle ':prezto:module:tmux:auto-start' remote 'no'
|
||||||
zstyle ':prezto:module:tmux:session' name "$(hostname)"
|
zstyle ':prezto:module:tmux:session' name "$(hostname)"
|
||||||
zsh-defer zcomet load laggardkernel/zsh-tmux
|
zsh-defer zcomet load laggardkernel/zsh-tmux
|
||||||
zcomet snippet https://github.com/jreese/zsh-titles/blob/master/titles.plugin.zsh
|
zcomet snippet https://github.com/jreese/zsh-titles/blob/master/titles.plugin.zsh
|
||||||
|
Loading…
Reference in New Issue
Block a user