mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
add whitespace before inline comment
This commit is contained in:
parent
64e12cf62e
commit
46597d7450
2 changed files with 2 additions and 1 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -3,6 +3,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
|
||||
- add whitespace before inline comment
|
||||
* usr/share/byobu/profiles/bashrc:
|
||||
- Ensure that we use ls with colors, and class/type indicators
|
||||
* usr/share/byobu/profiles/bashrc:
|
||||
|
|
|
@ -70,7 +70,7 @@ TERM xterm-debian
|
|||
#NORMAL 00 # no color code at all
|
||||
#FILE 00 # regular file: use no color at all
|
||||
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
|
||||
# numerical value, the color is as for the file pointed to.)
|
||||
MULTIHARDLINK 00 # regular file with more than one link
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue