Fix install script (use export-able function instead of alias)

This commit is contained in:
Junegunn Choi
2013-11-26 19:01:01 +09:00
parent 39af56cf8f
commit 18a2fbf54a
2 changed files with 37 additions and 29 deletions

View File

@@ -26,8 +26,8 @@ git clone https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install
```
The script will add an alias to fzf and auto-completion support to your
`.bashrc` and `.zshrc`.
The script will generate `~/.fzf.bash` and `~/.fzf.zsh` and update your
`.bashrc` and `.zshrc` to load them.
### Manual installation