mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-26 13:00: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
|
source /etc/zsh_command_not_found
|
||||||
fi
|
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
|
# Set sensible tab width
|
||||||
tabs -4
|
tabs -4
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user