From: Simon Ruderich Date: Sun, 16 Mar 2014 14:54:22 +0000 (+0100) Subject: zsh/rc: add completion for my wrapper scripts X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=04c4120fe1e76d22ec002107677189df09a85439;p=config%2Fdotfiles.git zsh/rc: add completion for my wrapper scripts --- diff --git a/zsh/rc b/zsh/rc index 9088961..ece0a2d 100644 --- a/zsh/rc +++ b/zsh/rc @@ -734,6 +734,12 @@ zle -C complete-files complete-word _generic zstyle ':completion:complete-files:*' completer _files bindkey '^F' complete-files +# Completion for my wrapper scripts +compdef slocate=locate +compdef srsync=rsync +compdef srsync-incremental=rsync +compdef svalgrind=valgrind + # CUSTOM ALIASES AND FUNCTIONS