summaryrefslogtreecommitdiff
path: root/development/ex-vi/ex-vi.sh.new
diff options
context:
space:
mode:
Diffstat (limited to 'development/ex-vi/ex-vi.sh.new')
-rw-r--r--development/ex-vi/ex-vi.sh.new10
1 files changed, 10 insertions, 0 deletions
diff --git a/development/ex-vi/ex-vi.sh.new b/development/ex-vi/ex-vi.sh.new
new file mode 100644
index 0000000000..b579bf948e
--- /dev/null
+++ b/development/ex-vi/ex-vi.sh.new
@@ -0,0 +1,10 @@
+#!/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