Zsh Configuration from the Ground Up
zanshin.net
Zsh Configuration from the Ground Up
1–10 of 24 posts
Re: Zsh Configuration from the Ground Up
#2Re: Zsh Configuration from the Ground Up
#3Re: Zsh Configuration from the Ground Up
#4Who cares if it's old, if it's still relevant?
Is there something out there now that is better than zsh?
Re: Zsh Configuration from the Ground Up
#5Pretty 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?
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
#6Also find a theme that works for you
Re: Zsh Configuration from the Ground Up
#7Pretty 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?
Re: Zsh Configuration from the Ground Up
#8Whoooops...
Re: Zsh Configuration from the Ground Up
#9> alias 'devmount=mount_smbfs //ome:ch1cag0@localhost:10139/ome /Users/$USERNAME/Projects/devvm/' Whoooops...
Re: Zsh Configuration from the Ground Up
#10So, 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.