update zsh config
This commit is contained in:
parent
ffe65fe7dc
commit
ebcf76bb3a
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user