slackbuilds_ponce/development/ex-vi/ex-vi.sh.new

11 lines
231 B
Text
Raw Normal View History

#!/bin/sh
# Login script for SlackBuilds.org ex-vi, Bourne-flavoured edition.
# The /opt stuff is prepended, so it takes precedence over /usr.
PATH=/opt/ex-vi/bin:$PATH
MANPATH=/opt/ex-vi/man:$MANPATH
export PATH
export MANPATH