https://github.com/abicky/anyenv-disable
An anyenv plugin to disable a specific **env
https://github.com/abicky/anyenv-disable
Last synced: about 1 year ago
JSON representation
An anyenv plugin to disable a specific **env
- Host: GitHub
- URL: https://github.com/abicky/anyenv-disable
- Owner: abicky
- License: mit
- Created: 2020-02-22T18:07:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-22T18:54:24.000Z (over 6 years ago)
- Last Synced: 2025-04-12T06:37:56.543Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# anyenv-disable
This is an [anyenv](https://github.com/anyenv/anyenv) plugin to disable a specific \*\*env.
All anyenv subcommands, including `anyenv init`, ignore disabled \*\*envs,
so you can reduce the time of `anyenv init` by disabling \*\*envs infrequently used.
## Installation
```sh
mkdir -p $(anyenv root)/plugins
git clone https://github.com/abicky/anyenv-disable.git $(anyenv root)/plugins/anyenv-disable
```
## Usage
### Disable a specific **env
```sh
anyenv disable <**env>
```
### Enable a specific **env
```sh
anyenv enable <**env>
```
### List disabled **envs
```sh
anyenv envs-disabled <**env>
```
## Author
Takeshi Arabiki (abicky)