aboutsummaryrefslogtreecommitdiff
path: root/check_os.sh
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2017-01-01 22:49:01 +0000
committerCody Hiar <codyfh@gmail.com>2017-01-01 22:49:01 +0000
commiteb52f06b57807131310325c59348f31133977be8 (patch)
tree04a7bea8bdab14ce38394ac2b009dbaa1ed48e3e /check_os.sh
parenta0a1c68b3a532766d378df0f8d4e85610c70c7f1 (diff)
Fixing linux vs mac config
Diffstat (limited to 'check_os.sh')
-rwxr-xr-xcheck_os.sh5
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