mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
don't use tmux on spectre at all
This commit is contained in:
parent
5264b1a037
commit
11aca3f544
1 changed files with 1 additions and 0 deletions
|
@ -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" ] \
|
||||
|
|
Loading…
Add table
Reference in a new issue