Enable completion for dquilt alias.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 22 Nov 2012 21:29:26 +0200
changeset 598 76730a624b4b
parent 597 bf045b4083cb
child 599 85b103366b02
child 601 624d147ef0c1
Enable completion for dquilt alias.
.bashrc
--- a/.bashrc	Thu Nov 22 21:17:16 2012 +0200
+++ b/.bashrc	Thu Nov 22 21:29:26 2012 +0200
@@ -151,6 +151,7 @@
   # Under Cygwin bash completition take a long time for starting.
   if [[ ! $OSTYPE = cygwin ]]; then
     . /etc/bash_completion
+    complete -F _quilt_completion dquilt
   fi
 elif [[ -f ~/usr/etc/bash_completion ]]; then
   . ~/usr/etc/bash_completion