mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-14 18:57:20 -07:00
* usr/share/byobu/profiles/dircolors: LP: #1752352
- Changed color attribute of symlinks from blinking to underscore.
This commit is contained in:
parent
559a1c9398
commit
d209e8b604
1 changed files with 1 additions and 1 deletions
|
@ -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;37 # symbolic link. (If you set this to 'target' instead of a
|
||||
LINK 4;4;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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue