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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user