aboutsummaryrefslogtreecommitdiff
path: root/check_os.sh
diff options
context:
space:
mode:
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