1
0
Fork 0
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:
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

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