pyenv should not manage shims for all xz related executables

This commit is contained in:
Yamashita, Yuu 2016-06-08 05:29:04 +00:00
parent 4c654d703e
commit 216244fbac

View file

@ -46,7 +46,7 @@ conda_shim() {
"xsltproc" )
return 0 # xsltproc
;;
"xz" )
"unxz" | "xz" | "xzcat" | "xzcmd" | "xzdiff" | "xzegrep" | "xzfgrep" | "xzgrep" | "xzless" | "xzmore" )
return 0 # xz-utils
;;
esac