Fixed syntax highlight in README code snippet

This commit is contained in:
Thiago de Arruda 2013-11-08 08:24:02 -03:00
parent 7d737e3cc8
commit 6ddbde147f

View file

@ -18,7 +18,7 @@ zle-line-init() {
zle -N zle-line-init
# use ctrl+t to toggle autosuggestions(hopefully this wont be needed as
autosuggestions is designed to be unobtrusive)
# zsh-autosuggestions is designed to be unobtrusive)
bindkey '^T' autosuggest-toggle
```