aboutsummaryrefslogtreecommitdiff
path: root/profile.dot.link
diff options
context:
space:
mode:
Diffstat (limited to 'profile.dot.link')
-rw-r--r--profile.dot.link3
1 files changed, 2 insertions, 1 deletions
diff --git a/profile.dot.link b/profile.dot.link
index 04e67bc..83bfa09 100644
--- a/profile.dot.link
+++ b/profile.dot.link
@@ -36,7 +36,8 @@ fi
export PATH=$PATH
# Where most projects live
-export WORKPATH="~/file:~/data:~/code:~/apps:~/.dotfiles:~/.dotfiles/modules"
+# Use $HOME instead of ~ for zsh compatibility
+export WORKPATH="$HOME/file:$HOME/data:$HOME/code:$HOME/apps:$HOME/.dotfiles:$HOME/.dotfiles/modules"
# See http://www.caliban.org/bash/#bashtips
export CDPATH=".:~:$WORKPATH"