{{ if lookPath "tmux" -}}
if [ "$TMUX" ]; then
# TERM=tmux-256color does not work as expected on osx
export TERM=screen-256color
fi
{{- end }}