From 4a3b2cd89f3cec4cf3adddb9b2c4b6243bb711dd Mon Sep 17 00:00:00 2001 From: jimmijj Date: Wed, 24 Sep 2014 01:51:14 +0000 Subject: [PATCH] Add TODO file --- TODO | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..ef57497 --- /dev/null +++ b/TODO @@ -0,0 +1,12 @@ +- add possibility to configure file colors in .zshrc + a) no colors at all for all files + b) one defined colors for all files + c) the same color as path + d) use LS_COLORS + +- separate lsstyle for files and prefix_file? + +- describe in README + a) new STYLES (files, command prefix) + b) how to switch colors (theme) for files + c) how to change color for single file type (via ZSH_HIGHLIGHT_FILES table)