mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
remove hardcoded fpath
This commit is contained in:
parent
185118addb
commit
280ff739e6
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user