Last active
October 16, 2022 08:28
-
-
Save TheFlash2k/3ad0ab2af436a4b6e2bed29be8904371 to your computer and use it in GitHub Desktop.
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
setx prompt "┌──[%username%@%computername%]─[$P]$_└──╼ $$ " |
Note: Replace ^[ by pressing ctrl + [
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With Colors:
setx prompt "^[[31m┌──[%username%^[[33m@^[[36m%computername%^[[31m]─[^[[32m$P^[[31m]$_└──╼ ^[[33m$$ ^[[0m"