make nicer
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user