From 01e0b581e73a7b7f42ce38aad48984f64dd4be33 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 27 Dec 2018 14:17:09 +0000 Subject: [PATCH] zsh: load btrfs and ip run-help functions --- zsh/lib/run_help.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/lib/run_help.zsh b/zsh/lib/run_help.zsh index 6430ca8..705b2da 100644 --- a/zsh/lib/run_help.zsh +++ b/zsh/lib/run_help.zsh @@ -1,6 +1,8 @@ [[ "$(whence -w run-help)" == "run-help: alias" ]] && unalias run-help autoload -Uz run-help +autoload -Uz run-help-btrfs autoload -Uz run-help-git +autoload -Uz run-help-ip autoload -Uz run-help-sudo autoload -Uz run-help-svn -- 2.48.1