]> git.rmz.io Git - dotfiles.git/commitdiff
zsh: load btrfs and ip run-help functions
authorSamir Benmendil <me@rmz.io>
Thu, 27 Dec 2018 14:17:09 +0000 (14:17 +0000)
committerSamir Benmendil <me@rmz.io>
Thu, 27 Dec 2018 14:17:09 +0000 (14:17 +0000)
zsh/lib/run_help.zsh

index 6430ca8f4f14dd9f921c38ff3596729a5557071e..705b2dab44266789884c6a87a4f6cf0a9840346d 100644 (file)
@@ -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