浏览代码

fasd: fix plugins name in README (#8483)

Anatoli Babenia 4 年之前
父节点
当前提交
7dddfe0a39
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      plugins/fasd/README.md

+ 2 - 2
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                               |
+| j     | `fasd_cd -d -i`                           | cd with interactive selection                               |