I use Visual Studio Code in conjunction with terminal windows. I’m very used to using source control, building and running tests from the command-line and I tend to work on sufficiently weird things that VSCode’s ideas about what a build is don’t map well. When poking around my source tree, building or running tests I …
Tag Archives: zsh
Showing git status in my Zsh prompt
I like Zsh. It’s a powerful, efficient shell. It’s better than Bash by just about every metric (better performance, more features, better sh compatibility). I really have no idea why people keep using Bash. Anyway, I put together a little piece of zshrc to show my current status in right-hand prompt – a prompt that’s …