Add alterantive installation method

This commit is contained in:
Robert Baykov 2015-05-17 23:24:04 -05:00
commit af72bd92ab
2 changed files with 86 additions and 0 deletions

13
.zsh-autosuggestionsrc Executable file
View file

@ -0,0 +1,13 @@
# Setup zsh-autosuggestions
source $DIR/autosuggestions.zsh
# Enable autosuggestions automatically
zle-line-init() {
zle autosuggest-start
}
zle -N zle-line-init
# use ctrl+t to toggle autosuggestions(hopefully this wont be needed as
# zsh-autosuggestions is designed to be unobtrusive)
bindkey '^T' autosuggest-toggle