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:
|
||||
|
||||
```zsh
|
||||
echo 'autoload bashcompinit \
|
||||
bashcompinit \
|
||||
echo 'autoload bashcompinit
|
||||
bashcompinit
|
||||
eval "$(_RFD_COMPLETE=source rfd)"' >> ~/.zshrc
|
||||
```
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
__version__ = '0.1.5'
|
||||
__version__ = '0.1.6'
|
||||
|
Reference in New Issue
Block a user