config

OpenBSD system configuration
git clone git://jacobedwards.org/config
Log | Files | Refs | README

commit 08f4645fa6815cefd8ac77aaa808a544097ce79a
parent 665b18d2f487e58197f9695a433854e3624f5562
Author: Jacob R. Edwards <jacobouno@protonmail.com>
Date:   Wed, 18 Aug 2021 23:50:35 -0700

Use 9term

Since less(1) breaks with 9term, and 9term replaces any functionality
needed from it set the PAGER to cat. Also, since nvi(1) is no longer
the editor an absolute path for SHELL isn't needed and was removed.

Diffstat:
Mlocal/profile/.profile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/local/profile/.profile b/local/profile/.profile @@ -8,9 +8,9 @@ export BROWSER=www export CC=tcc export EDITOR=sam export LOCKER=slock -export PAGER=less -export SHELL=/bin/ksh -export TERMINAL=st +export PAGER=cat +export SHELL=ksh +export TERMINAL=9term export VISUAL=$EDITOR # xdg