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.csh.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.csh.new')
-rw-r--r-- | development/ex-vi/ex-vi.csh.new | 7 |
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 0000000000..c119a0c3bf --- /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 |