aboutsummaryrefslogtreecommitdiff
path: root/check_os.sh
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2017-01-03 10:38:52 -0700
committerCody Hiar <codyfh@gmail.com>2017-01-03 10:38:52 -0700
commit037be189ec10d81dbbfa893b7965132b2d6cc886 (patch)
treedd49f1f38d84b1faf796d4f7b7381c14f649be40 /check_os.sh
parent5228c180067b3d2b8af970904e8928799cbdd156 (diff)
Changing linux tmux bindings to use vim copy/yank
Diffstat (limited to 'check_os.sh')
-rwxr-xr-xcheck_os.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/check_os.sh b/check_os.sh
index 5f4b694..efee8b0 100755
--- a/check_os.sh
+++ b/check_os.sh
@@ -2,4 +2,6 @@
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