From bcd9988c9581330f9d73f39b97367d65cb53bcd8 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 29 Oct 2018 21:19:33 -0400 Subject: remove some unnecessary references to /home to be more compatible with osx --- zshcomplete | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zshcomplete') 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 -- cgit v1.2.3-54-g00ecf