2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Render bash and powershell prompts with ::before.

This commit is contained in:
Bardi Harborow
2016-10-06 12:02:52 +11:00
parent 4493701ee2
commit 3ae450e74c
3 changed files with 15 additions and 9 deletions
+3
View File
@@ -61,3 +61,6 @@
.css .o,
.css .o + .nt,
.css .nt + .nt { color: #999; }
.language-bash::before { color: #009; content: "$ "; user-select: none; }
.language-powershell::before { color: #009; content: "PM> "; user-select: none; }