This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ===Prompt Synopsis=== | |
# - Inspired by https://github.com/rwxrob | |
# - A simple Unix style prompt in PowerShell | |
# - Requires git to be installed | |
# - "user@host:dir(branch)$ " | |
# ===Color Mapping=== | |
# user - yellow | |
# @ - black | |
# host - blue |