From eedee6a0e24d59a30800f72f975c63a7f000d667 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sun, 14 Jul 2013 12:26:41 -0400 Subject: Complete dquilt as though it were quilt --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 308ea95..189e11d 100644 --- a/.zshrc +++ b/.zshrc @@ -184,6 +184,8 @@ zstyle ':completion:*:*:kill:*' list-colors '=%*=01;31' # Load the completion system autoload -U compinit; compinit +compdef _quilt dquilt=quilt # Quilt tab completion for dquilt + # Very powerful version of mv implemented in zsh. The main feature I # know of it that seperates it from the standard mv is that it saves you # time by being able to use patterns which are expanded into positional -- cgit v1.2.3