mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 04:40:59 +01:00
32031 plus missed _run_help: get helpfiles install path corect in functions
This commit is contained in:
parent
8e2d4c2cf7
commit
9503b161ab
7 changed files with 31 additions and 6 deletions
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
emulate -RL zsh
|
||||
|
||||
local HELPDIR="${HELPDIR:-/usr/share/zsh/$ZSH_VERSION/help}"
|
||||
local HELPDIR="${HELPDIR:-@runhelpdir@}"
|
||||
|
||||
[[ $1 == "." ]] && 1="dot"
|
||||
[[ $1 == ":" ]] && 1="colon"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue