1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-04-19 08:34:00 +02:00

37797: StartupFiles/zshrc += run-help

This commit is contained in:
Daniel Shahaf 2016-01-25 19:14:47 +00:00
parent 1d9c6a746c
commit 80ddf807f0
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2016-01-29 Daniel Shahaf <d.s@daniel.shahaf.name>
* 37797: StartupFiles/zshrc: StartupFiles/zshrc += run-help
* 37752: Test/D04parameter.ztst: More tests for the previous
patch.

View File

@ -76,6 +76,7 @@ RPROMPT=' %~' # prompt for right side of screen
export MAIL=/var/spool/mail/$USERNAME
export LESS=-cex3M
export HELPDIR=/usr/share/zsh/$ZSH_VERSION/help # directory for run-help function to find docs
unalias run-help && autoload -Uz run-help
MAILCHECK=300
HISTSIZE=200