diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2014-06-05 10:22:44 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2014-06-05 10:22:44 +1200 |
commit | 3f4bb8f2d157f0fe8f845b862fa8138328313461 (patch) | |
tree | 8e68b783e245712de7027595326f91bac7e16522 /dircolors/dircolors | |
parent | Add mention of .dircolors file to README (diff) | |
download | dotfiles-3f4bb8f2d157f0fe8f845b862fa8138328313461.tar.gz dotfiles-3f4bb8f2d157f0fe8f845b862fa8138328313461.zip |
Remove some incompatible colors from ~/.dircolors
Don't seem to work on 4.1:
dircolors: `/home/tom/.dircolors':13: unrecognized keyword RESET
dircolors: `/home/tom/.dircolors':16: unrecognized keyword
MULTIHARDLINK
dircolors: `/home/tom/.dircolors':23: unrecognized keyword SETUID
dircolors: `/home/tom/.dircolors':24: unrecognized keyword SETGID
dircolors: `/home/tom/.dircolors':25: unrecognized keyword
CAPABILITY
dircolors: `/home/tom/.dircolors':26: unrecognized keyword
STICKY_OTHER_WRITABLE
dircolors: `/home/tom/.dircolors':27: unrecognized keyword
OTHER_WRITABLE
dircolors: `/home/tom/.dircolors':28: unrecognized keyword STICKY
Diffstat (limited to 'dircolors/dircolors')
-rw-r--r-- | dircolors/dircolors | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/dircolors/dircolors b/dircolors/dircolors index 963813e1..2b583feb 100644 --- a/dircolors/dircolors +++ b/dircolors/dircolors @@ -10,22 +10,14 @@ TERM screen TERM screen-256color TERM xterm TERM xterm-256color -RESET 0 DIR 01;34 LINK 01;36 -MULTIHARDLINK 00 FIFO 40;33 SOCK 01;35 DOOR 01;35 BLK 40;33;01 CHR 40;33;01 ORPHAN 40;31;01 -SETUID 37;41 -SETGID 30;43 -CAPABILITY 30;41 -STICKY_OTHER_WRITABLE 30;42 -OTHER_WRITABLE 34;42 -STICKY 37;44 EXEC 01;32 .tar 01;31 .tgz 01;31 |