mirror of
https://github.com/trapd00r/LS_COLORS.git
synced 2024-12-22 13:52:12 +01:00
update README with link to zsh-syntax-highlighting-filetypes
This commit is contained in:
parent
1199bc9d10
commit
89fafa1589
1 changed files with 11 additions and 4 deletions
|
@ -22,11 +22,17 @@ file:
|
|||
|
||||
eval $( dircolors -b $HOME/LS_COLORS )
|
||||
|
||||
ZSH SYNTAX HIGHLIGHTING
|
||||
=======================
|
||||
|
||||
[zsh-syntax-highlighting-filetypes][0] highlights file on the command-line in
|
||||
realtime, using these colors.
|
||||
|
||||
DEVELOPERS
|
||||
==========
|
||||
|
||||
There's a [library][0] I've written that lets you use various LS COLORS on
|
||||
arbitary files and directories. A simple implementation can be found [here][1].
|
||||
There's a [library][1] I've written that lets you use various LS COLORS on
|
||||
arbitary files and directories. A simple implementation can be found [here][2].
|
||||
|
||||
Using this, you can do
|
||||
|
||||
|
@ -44,5 +50,6 @@ Here's a screenshot of the current selection:
|
|||
![LS_COLORS](http://devel.japh.se/LS_COLORS/LS_COLORS_2.png)
|
||||
|
||||
|
||||
[0]: https://github.com/trapd00r/File-LsColor
|
||||
[1]: https://github.com/trapd00r/File-LsColor/tree/master/bin
|
||||
[0]: https://github.com/trapd00r/zsh-syntax-highlighting-filetypes
|
||||
[1]: https://github.com/trapd00r/File-LsColor
|
||||
[2]: https://github.com/trapd00r/File-LsColor/tree/master/bin
|
||||
|
|
Loading…
Reference in a new issue