blob: fdcbf4eba4d2f2668c295859c991d36d9a3d6afb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# -*-eselect-*- vim: ft=eselect
# Copyright 2009-2018 Gentoo Authors
# Distributed under the terms of the GNU GPL version 2 or later
EDITOR_VAR="PAGER"
EDITOR_ENVFILE="/etc/env.d/99pager"
EDITOR_LIST="/usr/bin/less /bin/more /usr/bin/most"
inherit editor-variable
DESCRIPTION="Manage the ${EDITOR_VAR} environment variable"
MAINTAINER="ulm@gentoo.org"
|