mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-07 00:58:14 +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)
|
[](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
|
```zsh
|
||||||
echo 'autoload bashcompinit \
|
echo 'autoload bashcompinit \
|
||||||
bashcompinit \
|
bashcompinit \
|
||||||
eval "$(_FOO_BAR_COMPLETE=source foo-bar)"' >> ~/.zshrc
|
eval "$(_RFD_COMPLETE=source rfd)"' >> ~/.zshrc
|
||||||
```
|
```
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
__version__ = '0.1.4'
|
__version__ = '0.1.5'
|
||||||
|
Reference in New Issue
Block a user