mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 05:53:22 -07:00
* usr/share/byobu/profiles/dircolors: LP: #1752352
- fix blinking symlinks
This commit is contained in:
commit
ffbe142913
2 changed files with 4 additions and 2 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -1,6 +1,8 @@
|
||||||
byobu (5.125) unreleased; urgency=medium
|
byobu (5.125) unreleased; urgency=medium
|
||||||
|
|
||||||
* UNRELEASED
|
[ Jean-Baptiste Lallement ]
|
||||||
|
* usr/share/byobu/profiles/dircolors: LP: #1752352
|
||||||
|
- fix blinking symlinks
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 04 Dec 2017 07:46:48 -0600
|
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 04 Dec 2017 07:46:48 -0600
|
||||||
|
|
||||||
|
|
|
@ -71,7 +71,7 @@ TERM xterm-debian
|
||||||
#FILE 00 # regular file: use no color at all
|
#FILE 00 # regular file: use no color at all
|
||||||
RESET 0 # reset to "normal" color
|
RESET 0 # reset to "normal" color
|
||||||
DIR 38;5;5 # directory
|
DIR 38;5;5 # directory
|
||||||
LINK 4;5;37 # symbolic link. (If you set this to 'target' instead of a
|
LINK 38;5;37 # symbolic link. (If you set this to 'target' instead of a
|
||||||
# numerical value, the color is as for the file pointed to.)
|
# numerical value, the color is as for the file pointed to.)
|
||||||
MULTIHARDLINK 00 # regular file with more than one link
|
MULTIHARDLINK 00 # regular file with more than one link
|
||||||
FIFO 40;33 # pipe
|
FIFO 40;33 # pipe
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue