pyenv/pyenv.d/rehash
Shoichi Aizawa b64c445b61 Do not create clear shim when Anaconda is installed
Add `clear` to the Anaconda's default blacklist in order to prevent
pyenv from creating the shim script for it.

The `clear` command executable began included from Anaconda 5.0.0
onwards, and this executable now conceals that of the user's base system
- this hinders the user from running the `clear` command with the
`command not found` error output if a user installs and selects one or
more Python version(s) other than Anaconda 5.x.x.

Adding this one-liner to the blacklist allows the user to use the
`clear` command even when Anaconda 5.x.x is not selected by pyenv.
2018-01-26 13:29:48 +09:00
..
conda.d Do not create clear shim when Anaconda is installed 2018-01-26 13:29:48 +09:00
source.d Move conda.txt and source.txt into their directory to allow users to have custom blacklist 2017-07-21 00:43:23 +00:00
conda.bash I should have used basename only to check shims 2017-07-21 00:55:11 +00:00
source.bash Stop assuming bash for source scripts 2017-07-21 00:55:37 +00:00