mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-06 00:33:40 +00:00
readme instructions fix.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# RFD CLI
|
||||
# RFD
|
||||
|
||||
Hot Deals on the command line.
|
||||
Hot deals on the command line.
|
||||
|
||||
[](https://travis-ci.org/davegallant/rfd)
|
||||
|
||||
@@ -41,5 +41,5 @@ There isn't native support for zsh but zsh's bash completion compatibility mode
|
||||
```zsh
|
||||
echo 'autoload bashcompinit \
|
||||
bashcompinit \
|
||||
eval "$(_FOO_BAR_COMPLETE=source foo-bar)"' >> ~/.zshrc
|
||||
eval "$(_RFD_COMPLETE=source rfd)"' >> ~/.zshrc
|
||||
```
|
||||
|
Reference in New Issue
Block a user