mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
* usr/share/byobu/profiles/dircolors:
- give executables just a little more pop
This commit is contained in:
parent
7864fe96a8
commit
d2a3c289a3
2 changed files with 3 additions and 2 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -1,6 +1,7 @@
|
|||
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
|
||||
|
||||
|
|
|
@ -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
|
||||
STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable
|
||||
# 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
|
||||
# to colorize below. Put the extension, a space, and the color init string.
|
||||
# (and any comments you want to add after a '#')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue