a collection of my configuration files
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

updated CMD prompt

+3 -3
+3 -3
windows/prompt.bat
··· 1 - REM prompt="%username%@%computername%$s$t$_$p⚡❯$s" 2 - setx prompt "%username%@%computername%$s$t$_$p>$s" 3 - cmd /k 1 + REM set CMD prompt environment variable: 2 + setx prompt "$_$p$s🔥➜$s" 3 + REM requires restart of CMD