Skip to content

Instantly share code, notes, and snippets.

@TheFlash2k
Last active October 16, 2022 08:28
Show Gist options
  • Save TheFlash2k/3ad0ab2af436a4b6e2bed29be8904371 to your computer and use it in GitHub Desktop.
Save TheFlash2k/3ad0ab2af436a4b6e2bed29be8904371 to your computer and use it in GitHub Desktop.
setx prompt "┌──[%username%@%computername%]─[$P]$_└──╼ $$ "
@TheFlash2k
Copy link
Author

With Colors:
setx prompt "^[[31m┌──[%username%^[[33m@^[[36m%computername%^[[31m]─[^[[32m$P^[[31m]$_└──╼ ^[[33m$$ ^[[0m"

@TheFlash2k
Copy link
Author

Note: Replace ^[ by pressing ctrl + [

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment