We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 280523a commit b38a7a6Copy full SHA for b38a7a6
home/zshrc
@@ -23,7 +23,7 @@ source $HOME/.dots/sys/env 2>/dev/null
23
source $HOME/.dots/sys/env.local 2>/dev/null
24
25
# autoload tmux if on main dev machine
26
-if [[ "$TMUX" = "" && "$HOST" != "sanguinemini"* && -z "$CONDUCTOR_ROOT_PATH" ]]; then
+if [[ "$TMUX" = "" && "$HOST" != "sanguinemini"* && -z "$CONDUCTOR_ROOT_PATH" && -z "$SUPERSET_ENV" ]]; then
27
tmux-start master && exit
28
fi
29
0 commit comments