mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-28 02:12:11 +01:00
37797: StartupFiles/zshrc += run-help
This commit is contained in:
parent
1d9c6a746c
commit
80ddf807f0
2 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue