Просмотр исходного кода

fish doesn't have builtin command equivalent to bash's `hash -r`.

pull/49/head
Yamashita Yuu 13 лет назад
Родитель
Сommit
683036298e
1 измененных файлов: 0 добавлений и 14 удалений
  1. +0
    -14
      libexec/pyenv-fish-rehash

+ 0
- 14
libexec/pyenv-fish-rehash Просмотреть файл

@ -1,14 +0,0 @@
#!/usr/bin/env bash
set -e
[ -n "$PYENV_DEBUG" ] && set -x
# Provide pyenv completions
if [ "$1" = "--complete" ]; then
exec pyenv-rehash --complete
fi
# When pyenv shell integration is enabled, delegate to pyenv-rehash,
# then tell the shell to empty its command lookup cache.
pyenv-rehash
# FIXME: support fish
#echo "hash -r"

Загрузка…
Отмена
Сохранить