1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 12:30:32 +01:00

Enable help functions in zsh.

This commit is contained in:
Bert Peters
2016-06-14 09:28:03 +02:00
parent f79021ad85
commit 1f28c84519

View File

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