diff options
Diffstat (limited to 'check_os.sh')
-rwxr-xr-x | check_os.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/check_os.sh b/check_os.sh new file mode 100755 index 0000000..6995478 --- /dev/null +++ b/check_os.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +if [ "$(uname)" == "Darwin" ]; then + tmux source-file "~/.tmux/mac.tmux.config" +fi |