* usr/share/byobu/profiles/dircolors:

- give executables just a little more pop
This commit is contained in:
Dustin Kirkland 2014-04-09 15:54:25 -04:00
commit d2a3c289a3
2 changed files with 3 additions and 2 deletions

3
debian/changelog vendored
View file

@ -1,6 +1,7 @@
byobu (5.78) unreleased; urgency=medium byobu (5.78) unreleased; urgency=medium
* UNRELEASED * usr/share/byobu/profiles/dircolors:
- give executables just a little more pop
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 30 Mar 2014 20:42:10 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Sun, 30 Mar 2014 20:42:10 -0500

View file

@ -87,7 +87,7 @@ STICKY_OTHER_WRITABLE 3;28 # dir that is sticky and other-writable (+t,o+w)
OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable
# This is for files with execute permission: # This is for files with execute permission:
EXEC 38;5;172 EXEC 38;5;202
# List any file extensions like '.gz' or '.tar' that you would like ls # List any file extensions like '.gz' or '.tar' that you would like ls
# to colorize below. Put the extension, a space, and the color init string. # to colorize below. Put the extension, a space, and the color init string.
# (and any comments you want to add after a '#') # (and any comments you want to add after a '#')