added files and docu for oh-my-zsh

This commit is contained in:
Jan Schmidle 2014-03-09 17:03:58 +01:00
parent aa81de0ba1
commit 11a00bc7c6
2 changed files with 17 additions and 0 deletions

View file

@ -38,6 +38,22 @@ Emacs-mode users can simply use alt+f which is bound to forward-word
The [zsh-history-substring-search](https://github.com/zsh-users/zsh-history-substring-search)
plugin is also recommended.
## With oh-my-zsh
* Download the script or clone this repository in [oh-my-zsh](http://github.com/robbyrussell/oh-my-zsh) plugins directory:
cd ~/.oh-my-zsh/custom/plugins
git clone git://github.com/tarruda/zsh-autosuggestions.git
* Activate the plugin in `~/.zshrc` (in **last** position):
plugins=( [plugins...] zsh-autosuggestions)
* Source `~/.zshrc` to take changes into account:
source ~/.zshrc
## Configuration
You may override default global config variables after plugin load.

View file

@ -0,0 +1 @@
autosuggestions.zsh