소스 검색

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

pull/49/head
Yamashita Yuu 13 년 전
부모
커밋
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"

불러오는 중...
취소
저장