1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-13 13:53:53 -05:00

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" ) "xsltproc" )
return 0 # xsltproc return 0 # xsltproc
;; ;;
"xz" ) "unxz" | "xz" | "xzcat" | "xzcmd" | "xzdiff" | "xzegrep" | "xzfgrep" | "xzgrep" | "xzless" | "xzmore" )
return 0 # xz-utils return 0 # xz-utils
;; ;;
esac esac