Add .org to text files in LS_COLORS
This commit is contained in:
parent
6404f6ce53
commit
dc33eb2aa1
|
@ -159,7 +159,7 @@ LS_COLORS="${LS_COLORS}$(_gen_lscolor "38;5;172" flac opus ogg oga mp3 m4a wav m
|
|||
LS_COLORS="${LS_COLORS}$(_gen_lscolor "38;5;172" mkv webm ogv ogm mp4 m4v avi mpeg mpg wmv flv mov 3gp asf)"
|
||||
LS_COLORS="${LS_COLORS}$(_gen_lscolor "38;5;112" m3u m3u8 pls xspf)"
|
||||
# Text (cyan)
|
||||
LS_COLORS="${LS_COLORS}$(_gen_lscolor "38;5;117" txt md adoc rst html xhtml shtml htm)"
|
||||
LS_COLORS="${LS_COLORS}$(_gen_lscolor "38;5;117" txt md adoc org rst html xhtml shtml htm)"
|
||||
# Config files (ochre)
|
||||
LS_COLORS="${LS_COLORS}$(_gen_lscolor "38;5;100" cfg json ini conf yml yaml xml toml)"
|
||||
# Compressed files and archives (red)
|
||||
|
|
Loading…
Reference in New Issue
Block a user