From 80ddf807f0ded53c63dea37a6e382e70416ad8b7 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Mon, 25 Jan 2016 19:14:47 +0000 Subject: [PATCH] 37797: StartupFiles/zshrc += run-help --- ChangeLog | 2 ++ StartupFiles/zshrc | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0347f5ea7..a6e624132 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2016-01-29 Daniel Shahaf + * 37797: StartupFiles/zshrc: StartupFiles/zshrc += run-help + * 37752: Test/D04parameter.ztst: More tests for the previous patch. diff --git a/StartupFiles/zshrc b/StartupFiles/zshrc index 445209ef5..d4e1d03cc 100644 --- a/StartupFiles/zshrc +++ b/StartupFiles/zshrc @@ -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