mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-26 11:00:17 +00:00
Add condaenv plugin
Signed-off-by: Joe Block <jpb@unixorn.net>
This commit is contained in:
parent
b2618c9493
commit
7251013cca
1 changed files with 1 additions and 0 deletions
|
@ -603,6 +603,7 @@ This section is for full setup dropins - they aren't frameworks, but they're not
|
|||
- [compe](https://github.com/tamago324/compe-zsh) - Add completion for [nvim-compe](https://github.com/hrsh7th/nvim-compe).
|
||||
- [completion-generator](https://github.com/RobSis/zsh-completion-generator) - This plugin tries to read the list of options from the help text of programs and generate a completion function automatically. Note that this doesn't do it automatically, you have to explicitly call the generator to create a completion script.
|
||||
- [conda](https://github.com/ThemysciraData/conda.plugin.zsh) - Adds function to provide a prompt segment for `conda` and aliases for some base functions.
|
||||
- [condaenv](https://github.com/saravanabalagi/zsh-plugin-condaenv) - Provides a `condaenv_prompt_info` function which returns the current conda environment name.
|
||||
- [copier](https://github.com/zshzoo/copier) - Standalone clipboard utilities from oh-my-zsh.
|
||||
- [copy-pasta](https://github.com/ChrisPenner/copy-pasta) - Copy and paste files in your terminal like you would in a GUI.
|
||||
- [copyzshell](https://github.com/rutchkiwi/copyzshell) - A ZSH plugin to copy your shell configuration to another machine over `ssh`.
|
||||
|
|
Loading…
Reference in a new issue