mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-01 18:30:55 +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
|
|
@ -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…
Add table
Add a link
Reference in a new issue