mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
28eaaa1258
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
10 lines
231 B
Bash
10 lines
231 B
Bash
#!/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
|