# dont attempt to launch a graphical
# env in tmux
if [ -n "$TMUX" ]; then
    return
fi
