From dc33eb2aa1b7f067e1e5204d8eb0f675b6730c6b Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 1 Apr 2022 03:49:35 +0200 Subject: [PATCH] Add .org to text files in LS_COLORS --- .config/zsh/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index b322a79..8e3b592 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -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)