diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-01-01 15:52:25 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-01-01 15:52:25 -0700 |
commit | 5228c180067b3d2b8af970904e8928799cbdd156 (patch) | |
tree | 94572f3a92a72c8217d729d4a6538297e9b9fb5c /check_os.sh | |
parent | eb52f06b57807131310325c59348f31133977be8 (diff) |
Fixing source path
Diffstat (limited to 'check_os.sh')
-rwxr-xr-x | check_os.sh | 2 |
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 |