This is an experimental configuration for an environment variable LS_ICONS
, which is for the --icons
option of haskellorls.
This is similar to LS_COLORS
, which is a configuration for colorization filename outputs of GNU ls with --color
option and lists pairs of matching filename patterns and corresponding ANSI escape sequence parameters. However, this is for a configuration of haskellorls with --icons
and lists pairs of matching filename patterns and corresponding icons instead of ANSI escape sequence parameters.
This is not supported by GNU ls and probably other similar projects. Also this project uses dircolors
, but it is probably an unexpected usage of dircolors
.
- Nerd Fonts v3.0.0 or later
For sh, bash, zsh and so on,
$ source lsicons.sh
If csh user,
$ source lsicons.csh
-
Edit the
LS_ICONS
file. -
Generate compiled configurations.
$ make
This project is inspired by trapd00r/LS_COLORS. Thank you!