summaryrefslogtreecommitdiffstats
path: root/zshcomplete
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-29 21:19:33 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-29 21:23:46 -0400
commitbcd9988c9581330f9d73f39b97367d65cb53bcd8 (patch)
tree8838d25d279b41808d56b190792ecf3b358e6827 /zshcomplete
parent26d1371203b52bfc4282fe9ce4709cd2db56204d (diff)
downloadconf-bcd9988c9581330f9d73f39b97367d65cb53bcd8.tar.gz
conf-bcd9988c9581330f9d73f39b97367d65cb53bcd8.zip
remove some unnecessary references to /home
to be more compatible with osx
Diffstat (limited to 'zshcomplete')
-rw-r--r--zshcomplete2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshcomplete b/zshcomplete
index a1ebb7a..ba22a9a 100644
--- a/zshcomplete
+++ b/zshcomplete
@@ -10,7 +10,7 @@ zstyle ':completion:*' matcher-list '' 'm:{[:lower:]}={[:upper:]}' 'l:|=* r:|=*'
zstyle ':completion:*' original false
zstyle ':completion:*:processes-names' command 'ps axho command'
zstyle ':completion:*:*:kill:*:processes' command 'ps --forest -A -o pid,user,cmd'
-zstyle :compinstall filename '/home/doy/.zshcomplete'
+zstyle :compinstall filename "${HOME}/.zshcomplete"
autoload -Uz compinit
compinit