Преглед на файлове

_j is now installed to /usr/local/share/zsh/site-functions in the autojump homebrew formula

pull/131/head
Mark Tran преди 12 години
родител
ревизия
3c439a278e
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. +2
    -2
      bin/autojump.zsh

+ 2
- 2
bin/autojump.zsh Целия файл

@ -18,8 +18,8 @@ if [[ -d ${HOME}/.autojump ]]; then
fpath=(${HOME}/.autojump/functions/ ${fpath})
fi
# set fpath if necessary for homebrew installation
if [[ -d "`brew --prefix 2>/dev/null`/share/zsh/functions" ]]; then
fpath=(`brew --prefix`/share/zsh/functions ${fpath})
if [[ -d "`brew --prefix 2>/dev/null`/share/zsh/site-functions" ]]; then
fpath=(`brew --prefix`/share/zsh/site-functions ${fpath})
fi
function autojump_preexec() {

Зареждане…
Отказ
Запис