Created
May 7, 2019 17:19
-
-
Save Jaykul/036456096a1e15bfc9e6be0cdf725153 to your computer and use it in GitHub Desktop.
An emoji prompt
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
function prompt { | |
if (Test-Success) { | |
$heart = "β€", "π§‘", "π", "π", "π", "π", "π", "π", "π", "π", "π", "π", "π" | Get-Random | |
"`e[107m`e[30mI${heart}PS`e[37m`e[49mξ°" # that last character is the powerline > | |
} else { | |
$heart = "π§‘", "π", "π", "π€" | Get-Random | |
"`e[41m`e[37mI${heart}PS`e[31m`e[49mξ°" # that last character is the powerline > | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Outstanding!!!