From 5228c180067b3d2b8af970904e8928799cbdd156 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Sun, 1 Jan 2017 15:52:25 -0700 Subject: Fixing source path --- check_os.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check_os.sh') diff --git a/check_os.sh b/check_os.sh index 6995478..5f4b694 100755 --- a/check_os.sh +++ b/check_os.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash if [ "$(uname)" == "Darwin" ]; then - tmux source-file "~/.tmux/mac.tmux.config" + tmux source-file "$HOME/.tmux/mac.tmux.config" fi -- cgit v1.2.3