I use ubuntu 11.04.
Is there a way to set coloring for output after tab completion listing of a cd, ls, or etc. ?
i.e.
myshell@root$ cd ~/user/files/ I hit tab...
myfile myfoo mybar <-- this output is colored?
I hope you enjoyed my diagram.
|
I use ubuntu 11.04. Is there a way to set coloring for output after tab completion listing of a cd, ls, or etc. ? i.e.
myfile myfoo mybar <-- this output is colored? I hope you enjoyed my diagram. |
||||
|
I don't know if it is in bash (the default shell). It is possible in zsh (a more powerful shell than bash, available on most unices including Ubuntu but often not installed by default). The first time you run zsh, it will offer to create a configuration file ( If you prefer setting this up by hand, here are the lines you need in your
The |
|||
|
|
ls --colorwould do? Do you want the first one to be colored, then when you press Tab again, the second one to be colored, etc? Something else? – Mikel Apr 17 '12 at 4:18