diff options
author | B. Watson <yalhcru@gmail.com> | 2014-06-21 08:41:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-21 08:41:55 +0700 |
commit | 28eaaa125860ac0c677e4bfdd84e48751a7347f1 (patch) | |
tree | 4182ab52ea919d7c19c06f8dbbbe78e6be318b06 /development/ex-vi/ex-vi.sh.new | |
parent | 0642c4778d021d836b449b7700ef4670d3a314bc (diff) | |
download | slackbuilds-28eaaa125860ac0c677e4bfdd84e48751a7347f1.tar.gz |
development/ex-vi: Added (traditional vi).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/ex-vi/ex-vi.sh.new')
-rw-r--r-- | development/ex-vi/ex-vi.sh.new | 10 |
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 |