From eb52f06b57807131310325c59348f31133977be8 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Sun, 1 Jan 2017 22:49:01 +0000 Subject: Fixing linux vs mac config --- check_os.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 check_os.sh (limited to 'check_os.sh') 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 -- cgit v1.2.3