mirror of
https://github.com/pyenv/pyenv.git
synced 2025-12-08 23:41:26 +09:00
pyenv should not manage shims for all xz related executables
This commit is contained in:
parent
4c654d703e
commit
216244fbac
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user