summaryrefslogtreecommitdiff
path: root/home/zsh/zprofile
blob: fc0fd725b087961df0c3ee6bf06c1913d85f6d1c (plain)
1
2
3
4
5
# dont attempt to launch a graphical
# env in tmux
if [ -n "$TMUX" ]; then
    return
fi