diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-09-30 14:55:32 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-10-31 09:06:10 +0100 |
commit | 26a5b316bf32ff5c636c2ed381d717d3d09ebc41 (patch) | |
tree | 5c67e50ab85dcce0cd915e1a864459be15a6b0e7 /sys-apps | |
parent | net-misc/openssh: remove unused patches (diff) | |
download | gentoo-26a5b316bf32ff5c636c2ed381d717d3d09ebc41.tar.gz gentoo-26a5b316bf32ff5c636c2ed381d717d3d09ebc41.tar.bz2 gentoo-26a5b316bf32ff5c636c2ed381d717d3d09ebc41.zip |
sys-apps/less: remove obsolete file
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/less/files/README.Gentoo | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sys-apps/less/files/README.Gentoo b/sys-apps/less/files/README.Gentoo deleted file mode 100644 index dca832808f1e..000000000000 --- a/sys-apps/less/files/README.Gentoo +++ /dev/null @@ -1,22 +0,0 @@ -This version of less comes with some Gentoo enhancements: - - default lesspipe.sh script to "view" files - - colorization support - -To see what file types are supported, just read the /usr/bin/lesspipe.sh -script (it's just a plain text bash script). - -Colorization support is disabled by default. To enable it, export the -LESSCOLOR variable to "yes": - $ export LESSCOLOR=yes - -We also provide a colorization script, 'code2color', that is used by -default. If you wish to use another script, simply export the LESSCOLORIZER -variable to name of the script: - $ export LESSCOLORIZER=some-other-script - -If you want to use the code2color script and the default color schemes are -not acceptable, you can develop your own schemes and save them in one of -the following places: - /etc/code2color - ~/.code2color - CODE2COLOR_CONFIG env var |