add whitespace before inline comment

This commit is contained in:
Dustin Kirkland 2014-04-09 16:17:33 -04:00
commit 46597d7450
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View file

@ -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:

View file

@ -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