aboutsummaryrefslogtreecommitdiff
path: root/check_os.sh
diff options
context:
space:
mode:
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