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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user