Skip to content

Commit b38a7a6

Browse files
committed
Stop launching tmux in superset.
1 parent 280523a commit b38a7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

home/zshrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ source $HOME/.dots/sys/env 2>/dev/null
2323
source $HOME/.dots/sys/env.local 2>/dev/null
2424

2525
# autoload tmux if on main dev machine
26-
if [[ "$TMUX" = "" && "$HOST" != "sanguinemini"* && -z "$CONDUCTOR_ROOT_PATH" ]]; then
26+
if [[ "$TMUX" = "" && "$HOST" != "sanguinemini"* && -z "$CONDUCTOR_ROOT_PATH" && -z "$SUPERSET_ENV" ]]; then
2727
tmux-start master && exit
2828
fi
2929

0 commit comments

Comments
 (0)