1
0

make nicer

This commit is contained in:
dtb
2023-08-31 15:31:41 -04:00
parent 8905d938fe
commit 163a8c0347
3 changed files with 18 additions and 16 deletions

View File

@@ -1,7 +1,8 @@
BROWSER=firefox; export BROWSER
EDITOR=/usr/lib/plan9/bin/ed; export EDITOR
PAGER="less"; export PAGER
PLAN9=/usr/local/plan9; export PLAN9
test -f /usr/lib/plan9 && PLAN9=/usr/lib/plan9
test -f /usr/local/plan9 && PLAN9=/usr/local/plan9
export PLAN9
EDITOR="$PLAN9/bin/sam -d"; export EDITOR
PATH="\
/bin:\
/sbin:\
@@ -15,9 +16,11 @@ PATH="\
/usr/pkg/qt5/bin:\
/usr/X11R7/bin:\
$HOME/bin/:\
$PLAN9/bin"; export PATH
TERMINAL="uxterm"; export TERMINAL
UNITS_SYSTEM="si"; export UNITS_SYSTEM
$PLAN9/bin:\
$PATH"; export PATH
PAGER="less"; export PAGER
TERMINAL=uxterm; export TERMINAL
UNITS_SYSTEM=si; export UNITS_SYSTEM
VISUAL=vi; export VISUAL
WALLPAPER="$HOME/Pictures/Wallpapers/ghibli_wars.jpg"; export WALLPAPER