From 12825d5147f5c0b1636dbda5ba34790d7c7bb236 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Fri, 9 Jun 2017 08:03:15 -0600 Subject: Moving files, cleaning up bug with drawer close (closing drawer in 2 places) --- check_os.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 check_os.sh (limited to 'check_os.sh') 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 -- cgit v1.2.3