#!/usr/bin/env bash if [ "$(uname)" == "Darwin" ]; then tmux source-file "$HOME/.tmux/mac.tmux.config" elif [ "$(uname)" == "Linux" ]; then tmux source-file "$HOME/.tmux/linux.tmux.config" fi