diff -r bf045b4083cb -r 76730a624b4b .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