From 683036298ea33dd7469370417bfb15c7c2a420b0 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Thu, 15 Aug 2013 22:52:45 +0900 Subject: [PATCH] fish doesn't have builtin command equivalent to bash's `hash -r`. --- libexec/pyenv-fish-rehash | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 libexec/pyenv-fish-rehash diff --git a/libexec/pyenv-fish-rehash b/libexec/pyenv-fish-rehash deleted file mode 100755 index 0f8b0043..00000000 --- a/libexec/pyenv-fish-rehash +++ /dev/null @@ -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"