mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-21 14:43:30 +01:00
docs: improve several plugin READMEs and add one for ssh plugin
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# zsh-interactive-cd
|
||||
|
||||
This plugin provides an interactive way to change directories in zsh using fzf.
|
||||
|
||||
## Demo
|
||||
|
||||

|
||||
@@ -8,7 +10,11 @@
|
||||
|
||||
1. Install [fzf](https://github.com/junegunn/fzf) by following its [installation instruction](https://github.com/junegunn/fzf#installation).
|
||||
|
||||
2. Source `zsh-interactive-cd.plugin.zsh` in `.zshrc`.
|
||||
2. Add `zsh-interactive-cd` to your plugin list in `~/.zshrc`:
|
||||
|
||||
```zsh
|
||||
plugins=(... zsh-interactive-cd)
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user