https://github.com/cmuench/zsh-jenv
ZSH plugin to init jenv (tested with zap plugin manger)
https://github.com/cmuench/zsh-jenv
Last synced: 9 months ago
JSON representation
ZSH plugin to init jenv (tested with zap plugin manger)
- Host: GitHub
- URL: https://github.com/cmuench/zsh-jenv
- Owner: cmuench
- License: apache-2.0
- Created: 2024-06-13T10:53:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T09:26:10.000Z (about 1 year ago)
- Last Synced: 2025-02-18T12:06:42.416Z (9 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - jenv - Tab completions for [jEnv](https://github.com/jenv/jenv). (Completions / ZSH on Windows)
- fucking-awesome-zsh-plugins - jenv - Tab completions for <b><code> 6452⭐</code></b> <b><code> 394🍴</code></b> [jEnv](https://github.com/jenv/jenv)). (Completions / ZSH on Windows)
README
# zsh-jenv
A zsh plugin for the [jenv](https://github.com/jenv/jenv) Line Interface (jenv CLI) completions.
## Install
Using the [:zap: Zap](https://www.zapzsh.com/) minimal zsh plugin manager, add the following to your `.zshrc`
```sh
# Install plugin
plug "cmuench/zsh-jenv"
```
## License
The zsh-jenv plugin is released under the Apache License 2.0 unless explicitly mentioned in the file header.