On Sunday, October 23, 2016 21:58:30 Vladimir Panteleev via Digitalmars-d wrote: > You can change your shell prompt so it displays the exit code of > the last command. It's something frequently seen in people's > custom prompts. (Here's mine: > https://github.com/CyberShadow/cyberzshadow)
Wow, that's fancy. I've been using zsh for the past couple of years, but I don't have it doing anything like that. The fanciest I got was getting the git branch in the command prompt, and the way I did that causes repaint problems whenever a command wraps to the next line. I'll definitely have to check out what you've got. - Jonathan M Davis
