mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-06 08:43:41 +00:00
instructions tested and working now.
This commit is contained in:
@@ -39,7 +39,7 @@ echo 'eval "$(_RFD_COMPLETE=source rfd)"' >> ~/.profile
|
|||||||
There isn't native support for zsh but zsh's bash completion compatibility mode works:
|
There isn't native support for zsh but zsh's bash completion compatibility mode works:
|
||||||
|
|
||||||
```zsh
|
```zsh
|
||||||
echo 'autoload bashcompinit \
|
echo 'autoload bashcompinit
|
||||||
bashcompinit \
|
bashcompinit
|
||||||
eval "$(_RFD_COMPLETE=source rfd)"' >> ~/.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.5'
|
__version__ = '0.1.6'
|
||||||
|
Reference in New Issue
Block a user