From ebcf76bb3a88ea0f2c330720dbd54061a8775550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Uruba?= Date: Mon, 17 Oct 2022 10:32:53 +0200 Subject: [PATCH] update zsh config --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index aa716f3..7dddcc5 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -34,7 +34,7 @@ source $HOME/.config/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighti source $HOME/.config/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh # tmux -if [ -x "$(command -v tmux)" ] && [ -n "${DISPLAY}" ] && [ -z "${TMUX}" ]; then +if [ -x "$(command -v tmux)" ] && [ -n "${DISPLAY}" ] && [ -z "${TMUX}" ] && [ -z "${NOTMUX}" ]; then tmux || tmux >/dev/null 2>&1 fi