diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2020-01-02 15:46:19 -0500 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2020-01-02 15:46:19 -0500 |
commit | ff9208623b3573c736ae9118947aaf0c7e752998 (patch) | |
tree | 45977b00446155003d486c04c3b891a5b7c88441 /plugins/fasd | |
parent | 1456610ebd292625fdc34fa3167c9c0f67d85228 (diff) | |
parent | ca627655dbd1d110dbea34ec4a8c1964a1da83d2 (diff) | |
download | zsh-ff9208623b3573c736ae9118947aaf0c7e752998.tar.gz zsh-ff9208623b3573c736ae9118947aaf0c7e752998.tar.bz2 zsh-ff9208623b3573c736ae9118947aaf0c7e752998.zip |
Merge branch 'master' of https://github.com/ohmyzsh/ohmyzsh
Diffstat (limited to 'plugins/fasd')
-rw-r--r-- | plugins/fasd/README.md | 4 |
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 | |