Index: ossp-pkg/rc/rc.pod RCS File: /v/ossp/cvs/ossp-pkg/rc/rc.pod,v rcsdiff -q -kk '-r1.14' '-r1.15' -u '/v/ossp/cvs/ossp-pkg/rc/rc.pod,v' 2>/dev/null --- rc.pod 2002/01/23 14:58:51 1.14 +++ rc.pod 2002/01/23 15:36:05 1.15 @@ -38,6 +38,10 @@ # RegexSection (?<=^|\n)%%%s\s*\n(.+?)(?=\n%\S+|$) +# - instead of separate run-commands use a global one +# - temporarily deactivation of run-commands through environment variable +# - perhaps: "rc [,[,...]] [- ...] [ ...] + # Examples: # rc.foo @@ -95,7 +99,6 @@ } } - cd () { eval `rc --eval --rcfunc=$HOME/.cdfunc --rcfile-owner=$USER --rcfile-umask=022 --dir .:..:../..:../../.. --rcfile .cd all leave` builtin cd ${1+"$@"}