The easiest way to install it is to notepad $PROFILE
and copy the script in. The Prompt function that we just added will be run on the next startup of Powershell. The colors I'm using here are part of the base16 color scheme.
- I used the big blue ribbon to help find my last command after I execute something wall-of-texty
- There's an additional info display when you're in a git directory. It shows the branch name, if the branch has uncommitted changes (the green dot), and if there's pulls or pushes avilable.
- A small symbol will appear next to your name if you're running in Administrator mode
- The information display for git is kind of slow right now because it's running 3 git commands to figure it out. I need to dig a bit more into git commands and regex-fu to make that a bit faster
- I thought about adding addtional information displays, but my mind was drawing a blank... :/
Modify it all you want! Feel free to send me your changes, I'm always interested in seeing improvements to it. If there's any questions, just ask!