Hi, both patches are also available through my repository https://github.com/jo-so/zsh.git ==================== run-help: Support variables in aliases If the alias definition starts with a variable assignment, run-help fails, because it sees the variable assignment as command. Hence, skip all variable assignments and noglob|nocorrect thereafter. Example: % alias T='LC_ALL=C true' % run-help T ==================== run-help-git: Print alias and skip shell commands Print the definition of the git-alias like run-help does for shell aliases. Git handles an alias starting with ! as a shell command. Hence, there's no man-page for it. Bye, Jörg