1 2 3 4 5
#!/usr/bin/env bash if [ "$(uname)" == "Darwin" ]; then tmux source-file "~/.tmux/mac.tmux.config" fi