.bashrc
changeset 598 76730a624b4b
parent 596 f6be61efe78f
child 618 9145a4e8857f
--- 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