Zsh Tricks to Blow Your Mind
twilio.com
Zsh Tricks to Blow Your Mind
1–10 of 218 posts
Re: Zsh Tricks to Blow Your Mind
#2Take, alone, is an amazing unknown to me.
Re: Zsh Tricks to Blow Your Mind
#3https://github.com/natethinks/jog/
I'm not sure why this isn't a part of zsh already, but if you want to see the last few commands you ran in the current directory, that little utility will do that for you. Great for reminding yourself what you did last time you were in a directory.
Re: Zsh Tricks to Blow Your Mind
#4[deleted]
Re: Zsh Tricks to Blow Your Mind
#5did twilio suddenly become medium? why are they posting zsh tricks blogspam
Re: Zsh Tricks to Blow Your Mind
#6If you’re on 10.15 (Catalina) there’s no need to install zsh, it is the default shell. If you’ve upgraded and are still using bash, just do ‘chsh -s /bin/zsh’ to set the default to zsh.
Re: Zsh Tricks to Blow Your Mind
#7would like to chime in a faster theme written in rust:
https://starship.rs/
Re: Zsh Tricks to Blow Your Mind
#8did twilio suddenly become medium? why are they posting zsh tricks blogspam
They always had "developer tips" even on their YouTube
Re: Zsh Tricks to Blow Your Mind
#9Why is no one talking about that terrible font! It's def not monospaced from the looks of it!
Re: Zsh Tricks to Blow Your Mind
#10zsh4humans is the most recent zsh “trick” I’ve discovered. zsh is a bit like emacs when first installed: it can do a lot of things but it’s not nearly as useful without a lot of manual configuration. I’m honestly surprised it doesn’t have more stars on GitHub.