use a light grey underline for symlinks

This commit is contained in:
Dustin Kirkland 2014-04-09 16:14:46 -04:00
commit 64e12cf62e
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View file

@ -2,6 +2,7 @@ byobu (5.78) unreleased; urgency=medium
* usr/share/byobu/profiles/dircolors:
- give executables just a little more pop
- use a light grey underline for symlinks
* usr/share/byobu/profiles/bashrc:
- Ensure that we use ls with colors, and class/type indicators
* usr/share/byobu/profiles/bashrc:

View file

@ -71,7 +71,7 @@ TERM xterm-debian
#FILE 00 # regular file: use no color at all
RESET 0 # reset to "normal" color
DIR 38;5;5# directory
LINK 4;5;36 # symbolic link. (If you set this to 'target' instead of a
LINK 4;5;37 # symbolic link. (If you set this to 'target' instead of a
# numerical value, the color is as for the file pointed to.)
MULTIHARDLINK 00 # regular file with more than one link
FIFO 40;33 # pipe