mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
docs: improve several plugin READMEs and add one for ssh plugin
This commit is contained in:
parent
fccaaf2fc6
commit
efafef8495
23 changed files with 124 additions and 91 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Pipenv
|
||||
|
||||
## Installation
|
||||
This plugin provides some features to simplify the use of [Pipenv](https://pipenv.pypa.io/) while working on ZSH.
|
||||
|
||||
In your `.zshrc` file, add `pipenv` to the plugins section
|
||||
|
||||
|
|
@ -10,8 +10,6 @@ plugins=(... pipenv ...)
|
|||
|
||||
## Features
|
||||
|
||||
This plugin provides some features to simplify the use of Pipenv while working on ZSH.
|
||||
|
||||
- Adds completion for pipenv
|
||||
- Auto activates and deactivates pipenv shell
|
||||
- Adds short aliases for common pipenv commands
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue