diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-07-14 12:26:41 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-07-14 12:26:41 -0400 |
commit | eedee6a0e24d59a30800f72f975c63a7f000d667 (patch) | |
tree | 454463fd9686b13a6e0225ea87d3c0f3931c7c1d /.zshrc | |
parent | Fix sm allias to attach tho the mail session (diff) |
Complete dquilt as though it were quilt
Diffstat (limited to '')
-rw-r--r-- | .zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |