Skip to content

Instantly share code, notes, and snippets.

@tracker1
Last active August 29, 2015 14:04
Show Gist options
  • Save tracker1/9c24151175e2befdd049 to your computer and use it in GitHub Desktop.
Save tracker1/9c24151175e2befdd049 to your computer and use it in GitHub Desktop.
Windows Command Prompt

Setup Ansicon

https://github.com/adoxa/ansicon/downloads

My Command Prompt

Environment Variables: PROMPT

Without ANSI

$_[%computername% | %userdomain%\%username%] $M$_$d$s$t$_$p$_$g $

With ANSI

$_$E[1;30;40m[$E[0;36;40m%computername% | %userdomain%\%username%$E[1;30;40m] $E[0;33;40m$M$_$E[35;40m$d$s$t$_$E[1;33;40m$p$_$E[1;30;40m$g $E[0;37;40m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment