aboutsummaryrefslogtreecommitdiff
path: root/check_os.sh
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2017-01-01 15:52:25 -0700
committerCody Hiar <codyfh@gmail.com>2017-01-01 15:52:25 -0700
commit5228c180067b3d2b8af970904e8928799cbdd156 (patch)
tree94572f3a92a72c8217d729d4a6538297e9b9fb5c /check_os.sh
parenteb52f06b57807131310325c59348f31133977be8 (diff)
Fixing source path
Diffstat (limited to 'check_os.sh')
-rwxr-xr-xcheck_os.sh2
1 files changed, 1 insertions, 1 deletions
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