aboutsummaryrefslogtreecommitdiff
path: root/check_os.sh
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2017-06-09 08:03:15 -0600
committerCody Hiar <codyfh@gmail.com>2017-06-10 16:00:35 -0600
commit12825d5147f5c0b1636dbda5ba34790d7c7bb236 (patch)
tree4e19cf279bd5aaed07209b21dbb2203d9f211a25 /check_os.sh
parentf7e44ef5b68574a3803f27dc06143abecae430ca (diff)
Moving files, cleaning up bug with drawer close (closing drawer in 2 places)
Diffstat (limited to 'check_os.sh')
-rwxr-xr-xcheck_os.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/check_os.sh b/check_os.sh
deleted file mode 100755
index efee8b0..0000000
--- a/check_os.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env bash
-
-if [ "$(uname)" == "Darwin" ]; then
- tmux source-file "$HOME/.tmux/mac.tmux.config"
-elif [ "$(uname)" == "Linux" ]; then
- tmux source-file "$HOME/.tmux/linux.tmux.config"
-fi