summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAnatoli Babenia <anatoli@rainforce.org>2019-12-18 13:06:39 +0300
committerMarc Cornellà <marc.cornella@live.com>2019-12-18 11:06:39 +0100
commit7dddfe0a39b75acbe265c47b6d1dc575d6dedd9f (patch)
tree76533cd13ee354eef98e2d3eebe5842254bb3838 /plugins
parentad1169bf39d8cab3e0139299d8200dd18bdc2038 (diff)
downloadzsh-7dddfe0a39b75acbe265c47b6d1dc575d6dedd9f.tar.gz
zsh-7dddfe0a39b75acbe265c47b6d1dc575d6dedd9f.tar.bz2
zsh-7dddfe0a39b75acbe265c47b6d1dc575d6dedd9f.zip
fasd: fix plugins name in README (#8483)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/fasd/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/fasd/README.md b/plugins/fasd/README.md
index 1641a92d0..a5c74e5b8 100644
--- a/plugins/fasd/README.md
+++ b/plugins/fasd/README.md
@@ -5,7 +5,7 @@
To use it, add `fasd` to the plugins array in your zshrc file:
```zsh
-plugins=(... fd)
+plugins=(... fasd)
```
## Installation
@@ -18,4 +18,4 @@ Please find detailed installation guide [`here`](https://github.com/clvv/fasd#in
|-------|-------------------------------------------|-------------------------------------------------------------|
| v | `fasd -f -e "$EDITOR"` | List frequent/recent files matching the given filename. |
| o | `fasd -a -e xdg-open` | List frequent/recent files and directories matching. |
-| j | `fasd_cd -d -i` | cd with interactive selection | \ No newline at end of file
+| j | `fasd_cd -d -i` | cd with interactive selection |