Tagged Questions
10
votes
2answers
9k views
CLICOLOR and LS_COLORS in bash
I have the following setup in .bashrc for coloring of listings.
export CLICOLOR=1
export ...
29
votes
2answers
15k views
Getting 256 colors to work in tmux
I have 256 colors working just fine in konsole,. I thought I'd give tmux a try because, unlike screen, it seems to support vi mode. However I find that the colors of my prompt show up and this is ...