From 11aca3f5441820f8945809cd66270561be2e6ae1 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Tue, 12 Apr 2022 04:15:15 -0700 Subject: [PATCH] don't use tmux on spectre at all --- home/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/home/zshrc b/home/zshrc index b5ab4e0..679a74d 100644 --- a/home/zshrc +++ b/home/zshrc @@ -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" ] \