diff options
| author | Marc Cornellà <marc@mcornella.com> | 2024-08-09 09:44:46 +0200 |
|---|---|---|
| committer | Marc Cornellà <marc@mcornella.com> | 2024-08-09 09:44:46 +0200 |
| commit | efafef8495f030501e0df59ccb76a598bbce3ae1 (patch) | |
| tree | 561eaba6adf7cd198d0b8d5b3c07dcd724572b72 /plugins/zsh-interactive-cd/README.md | |
| parent | fccaaf2fc60149baab966acaeae35f55325e6f98 (diff) | |
| download | zsh-efafef8495f030501e0df59ccb76a598bbce3ae1.tar.gz zsh-efafef8495f030501e0df59ccb76a598bbce3ae1.tar.bz2 zsh-efafef8495f030501e0df59ccb76a598bbce3ae1.zip | |
docs: improve several plugin READMEs and add one for `ssh` plugin
Diffstat (limited to 'plugins/zsh-interactive-cd/README.md')
| -rw-r--r-- | plugins/zsh-interactive-cd/README.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/plugins/zsh-interactive-cd/README.md b/plugins/zsh-interactive-cd/README.md index 4bffbf04a..29812a295 100644 --- a/plugins/zsh-interactive-cd/README.md +++ b/plugins/zsh-interactive-cd/README.md @@ -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 |
