1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-02 19:53:23 -07:00

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

View File

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