From 1f28c845199ed187f99aad9640e154df8fce29ce Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Tue, 14 Jun 2016 09:28:03 +0200 Subject: [PATCH] Enable help functions in zsh. --- zsh/.zshrc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 6f573fd..4130e1e 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -31,6 +31,14 @@ elif [[ -s /etc/zsh_command_not_found ]]; then source /etc/zsh_command_not_found fi +# Load up help files +autoload -Uz run-help +autoload -Uz run-help-git +autoload -Uz run-help-svn +autoload -Uz run-help-svk +unalias run-help +alias help=run-help + # Set sensible tab width tabs -4