From 037be189ec10d81dbbfa893b7965132b2d6cc886 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Tue, 3 Jan 2017 10:38:52 -0700 Subject: Changing linux tmux bindings to use vim copy/yank --- check_os.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'check_os.sh') 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 -- cgit v1.2.3