aboutsummaryrefslogtreecommitdiff
path: root/development/ex-vi/ex-vi.csh.new
diff options
context:
space:
mode:
Diffstat (limited to 'development/ex-vi/ex-vi.csh.new')
-rw-r--r--development/ex-vi/ex-vi.csh.new7
1 files changed, 7 insertions, 0 deletions
diff --git a/development/ex-vi/ex-vi.csh.new b/development/ex-vi/ex-vi.csh.new
new file mode 100644
index 0000000000000..c119a0c3bf231
--- /dev/null
+++ b/development/ex-vi/ex-vi.csh.new
@@ -0,0 +1,7 @@
+#!/bin/csh
+
+# Login script for SlackBuilds.org ex-vi, csh-flavoured edition.
+# The /opt stuff is prepended, so it takes precedence over /usr.
+
+set path = ( /opt/ex-vi/bin $path )
+setenv MANPATH /opt/ex-vi/man:$MANPATH