From e546c529b97c835c4be9f2945bb24cd1e3e91550 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Mon, 10 Oct 2022 17:44:51 +0100 Subject: [PATCH] Autoload zmv builtin --- zshrc.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc.zsh b/zshrc.zsh index d3c09ca..bb45c06 100644 --- a/zshrc.zsh +++ b/zshrc.zsh @@ -16,7 +16,7 @@ if type brew &>/dev/null; then FPATH=$(brew --prefix)/share/zsh/site-functions:$FPATH FPATH=$(brew --prefix)/share/zsh/zsh-completions:$FPATH fi -autoload -Uz compinit promptinit run-help +autoload -Uz compinit promptinit run-help zmv compinit promptinit case $(type run-help) in