trapd00r / zsh-syntax-highlighting-filetypes

zsh syntax highlighting with dircolors in realtime
155 stars 17 forks source link

Can't get it to work in iTerm on OS X Mavericks #3

Closed ladislas closed 10 years ago

ladislas commented 10 years ago

Maybe I'm doing something wrong but I can't get ZSH filetypes up and running.

here is my conf:

plugins=(common-aliases git osx brew brew-cask bower node npm nvm rbenv colorize zsh-syntax-highlighting-filetypes)
ladislas commented 10 years ago

Okay, I found the solution! :)

I just needed to ln -s zsh-syntax-highlighting-filetypes.zsh zsh-syntax-highlighting-filetypes.plugin.zsh and now everything is up and running!

fantastic plugin! :)