Zsh 5.0 released
github.com
Zsh 5.0 released
1–10 of 59 posts
Re: Zsh 5.0 released
#2Re: Zsh 5.0 released
#3This file lists what's new since 4.2: https://github.com/zsh-users/zsh/blob/master/NEWS
Does this mean something like syntax highlighting for the command line is now possible?
Re: Zsh 5.0 released
#4This file lists what's new since 4.2: https://github.com/zsh-users/zsh/blob/master/NEWS
> Highlighting and colouring of the command line is supported. Does this mean something like syntax highlighting for the command line is now possible?
It's pretty great as a starting point, but it really could use more people writing highlighter plugins for different things. It's on my list of things to figure out how to do eventually.
Re: Zsh 5.0 released
#5This file lists what's new since 4.2: https://github.com/zsh-users/zsh/blob/master/NEWS
> Highlighting and colouring of the command line is supported. Does this mean something like syntax highlighting for the command line is now possible?
Fish is another shell that supports syntax highlighting out of the box.
Re: Zsh 5.0 released
#6Re: Zsh 5.0 released
#7I didn't realize that the zsh OS X currently ships with (4.3.11) isn't a stable release. Is that unusual for their built-ins?
Re: Zsh 5.0 released
#8Re: Zsh 5.0 released
#9Updated Homebrew's Zsh formula for v5, give it a +1 if you want to see it updated faster: https://github.com/mxcl/homebrew/pull/13543
Does this mean I have to manually enter the path like /usr/local/zsh?
Re: Zsh 5.0 released
#10I didn't realize that the zsh OS X currently ships with (4.3.11) isn't a stable release. Is that unusual for their built-ins?
I think many of the built-in are actually pretty out of date, but it does seem like Apple's not too concerned with following the upstream release schedule - one of the Xcode releases shipped with a slightly pre-3.0 release of LLVM's clang.