X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Frc;h=ece0a2d67bacbf5fcbaa254578c8dfc9de4fa2ae;hb=04c4120fe1e76d22ec002107677189df09a85439;hp=908896121d042ad4f7123c04a9367b7a9c48ae1a;hpb=f562f6bac1fedcf8b8cb7fbef56b12b95203b7e2;p=config%2Fdotfiles.git 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