aboutsummaryrefslogtreecommitdiff
path: root/profile.dot.link
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-08-24 18:58:32 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-08-24 18:58:32 -0300
commitc63449d54949cf00a966ef10165d6f26d0419e1c (patch)
tree9df43b10f2759bee5d649140abd530afae666008 /profile.dot.link
parent965091161e9ce2714b07f0a374da4ac6e88a57bf (diff)
downloadprofile-c63449d54949cf00a966ef10165d6f26d0419e1c.tar.gz
profile-c63449d54949cf00a966ef10165d6f26d0419e1c.tar.bz2
Updates zsh path completion
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"