Timeline for bash PS1 256 colors with bold
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 2, 2013 at 21:48 | comment | added | Gilles 'SO- stop being evil' | An escape character at the beginning of BG got lost. You should use escape sequences instead to avoid this kind of mishap. You can't use $BG[0] in bash, you have to write it ${BG:0:1} (for an array it would be ${array[0]}). | |
| Oct 2, 2013 at 21:46 | history | edited | Gilles 'SO- stop being evil' | CC BY-SA 3.0 | added missing escape characters |
| Oct 2, 2013 at 14:07 | comment | added | manatwork | Some escape characters seems to get lost during the copy-paste. | |
| Oct 2, 2013 at 13:38 | history | edited | SuperMagic | CC BY-SA 3.0 | added 320 characters in body |
| Oct 2, 2013 at 13:32 | history | answered | SuperMagic | CC BY-SA 3.0 |