don't use tmux on spectre at all

This commit is contained in:
Connor Olding 2022-04-12 04:15:15 -07:00
parent 5264b1a037
commit 11aca3f544
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ unsetopt flow_control # Disable start/stop characters in shell editor.
function {
if [ "$SHLVL" -le 1 ] \
&& [ "${(L)HOST}" != spectre ] \
&& [ "${TERM#screen}" = "$TERM" ] \
&& [ "${TERM#tmux}" = "$TERM" ] \
&& [ -z "$ALACRITTY_LOG" ] \