Timeline for Customizing bash shell: Bold/color the command
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 15, 2013 at 18:47 | comment | added | musiphil | This trick seems to interfere with tab completion (prints weird things like ^[(B^[[m). It happens only on some systems, though: I tested this on two systems, both running Ubuntu 12.04 LTS, and only one of them had the interference. | |
| Jul 14, 2013 at 10:10 | history | edited | Chris Down | CC BY-SA 3.0 | Use tput, not raw control chars |
| Mar 15, 2013 at 1:13 | comment | added | Chris Down | @naxa - Yes, as this explicitly sets colour codes (except for colours that are colored in the default terminal colour, which will only take effect after the first colour). | |
| Mar 14, 2013 at 13:16 | comment | added | n611x007 | for someone stranger to escape codes: would this preserve the original coloring of the command (eg. would ls --color=always be colored)? | |
| Sep 15, 2011 at 18:54 | history | answered | Chris Down | CC BY-SA 3.0 |