aboutsummaryrefslogtreecommitdiff
path: root/check_os.sh
blob: 5f4b6943ec5d0498454616994a2634a2475275db (plain)
1
2
3
4
5
#!/usr/bin/env bash

if [ "$(uname)" == "Darwin" ]; then
    tmux source-file "$HOME/.tmux/mac.tmux.config"
fi