All Posts
zsh
Automatically Switch Node Versions Based on Your Package.json and Precmd in ZSH
I enjoy using the very latest version of node.js for my quick scripts I write on my computer. That means that my nvm is set to run Node v14. Every time I've fired up our egghead-next project recently, I've had to…
Read moreParsing Arguments With Zparseopts in Zsh Functions
I've always been a little scared of zsh. Probably because JavaScript and writing cli tools in node.js has always been easier and more comfortable for me. I ran into a situation where I needed to pass arguments into…
Read more