Skip to content →

Tag: zsh

‘git status’ in Your Prompt

Did you know: You can have a visual representation of the git status command output in your shell prompt? This is especially convenient for people who use the git command-line interface (CLI). Unfortunately, this doesn’t work with the Windows command prompt or cmd. But there are a few workarounds. git-prompt.sh Disclaimer: For this part of the article, I will show the how-tos by using Debian (on Windows Subsystem for Linux or WSL) and FreeBSD as examples. These are the Unix-like…

Leave a Comment