#!/usr/bin/env zsh if [[ -x ./.tmux-setup ]]; then ./.setup-tmux elif [[ -x $XDG_CONFIG_HOME/.tmux-setup ]]; then $XDG_CONFIG_HOME/.tmux-setup fi