37797: StartupFiles/zshrc += run-help

mikachu/badarrays
Daniel Shahaf 8 years ago
parent 1d9c6a746c
commit 80ddf807f0

@ -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.

@ -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

Loading…
Cancel
Save