Live data from Hacker News

Zsh Configuration from the Ground Up

zanshin.net

1–10 of 24 posts

Re: Zsh Configuration from the Ground Up

#5

Pretty sweet collection of zsh shortcuts and tips. Who cares if it's old, if it's still relevant? Is there something out there now that is better than zsh?

No one has yet implied that it's irrelevant because it's "old".

However, my view is that we are generally chronological beings at heart, and knowing the year that something was posted (if it wasn't the current year) is a useful to aid in determining whether we may have seen it before or whether it may be particularly relevant to our interests.

Re: Zsh Configuration from the Ground Up

#7

Pretty sweet collection of zsh shortcuts and tips. Who cares if it's old, if it's still relevant? Is there something out there now that is better than zsh?

Fish is pretty sweet. The biggest annoyance IMHO is that you have to use env to set environment variables inline to execution.

Re: Zsh Configuration from the Ground Up

#10
I use powerline-shell in zshell, and was also extremely annoyed by the delay.

So, I decided to rewrite https://github.com/banga/powerline-shell in go, and the performance is amazing.

The latency went down from several seconds to 200µs (except when git is used, then it’s ~4ms), and it’s fast enough.

The repo is at https://github.com/justjanne/powerline-go. Here’s a small video showing just how different the latency is: https://s3.kuschku.de/public/2017-08-21_16-43-41.mp4. Disclaimer: Although the original was MIT, I licensed my rewrite under GPLv3.

Improving the latency of software is just such an amazing quality-of-life improvement, it was well worth those 10 hours of work.

Post reply on HN