instructions tested and working now.

This commit is contained in:
Dave G
2018-07-14 22:36:13 -04:00
parent 9e382bfbbb
commit a814a290ac
2 changed files with 3 additions and 3 deletions

View File

@@ -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
``` ```

View File

@@ -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'