diff options
Diffstat (limited to 'Functions/Misc')
-rw-r--r-- | Functions/Misc/run-help | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Functions/Misc/run-help b/Functions/Misc/run-help index cfa67f652..de653c5ba 100644 --- a/Functions/Misc/run-help +++ b/Functions/Misc/run-help @@ -11,6 +11,8 @@ emulate -R zsh setopt localoptions +# HELPDIR should be set to the location of the help files + [[ $1 == "." ]] && 1="dot" [[ $1 == ":" ]] && 1="colon" |