mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
11 lines
231 B
Text
11 lines
231 B
Text
|
#!/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
|