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

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