From 280ff739e66acd7d46f189e69a7350ac40ae016b Mon Sep 17 00:00:00 2001 From: William Ting Date: Tue, 7 Feb 2012 23:59:15 -1000 Subject: [PATCH] remove hardcoded fpath --- autojump.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autojump.zsh b/autojump.zsh index be96b35..b9fa085 100644 --- a/autojump.zsh +++ b/autojump.zsh @@ -31,7 +31,7 @@ fi # set paths if necessary for local installations if [[ -d ~/.autojump/ ]]; then path=(~/.autojump/bin $path) - fpath=(/home/ting/.autojump/functions/ $fpath) + fpath=(~/.autojump/functions/ $fpath) fi function autojump_preexec() {