Fix alias line

This commit is contained in:
flyingscorpio@arch-desktop 2020-09-05 16:50:56 +02:00
parent 111e058467
commit 9644b09ebb

View file

@ -71,7 +71,7 @@ source "$HOME/github_dotfiles/zsh-vim-mode/zsh-vim-mode.plugin.zsh"
# HELP COMMAND
# By default in zsh, run-help is an alias to man, which is useless.
# Here we load the zsh run-help function and name it help, just like in bash.
if command -v run-help >/dev/null 2>&1; then
if alias run-help >/dev/null 2>&1; then
unalias run-help
fi
autoload -Uz run-help