.bashrc
changeset 598 76730a624b4b
parent 596 f6be61efe78f
child 618 9145a4e8857f
equal deleted inserted replaced
597:bf045b4083cb 598:76730a624b4b
   149 # Use system wide completion, if available.
   149 # Use system wide completion, if available.
   150 if [[ -f /etc/bash_completion ]]; then
   150 if [[ -f /etc/bash_completion ]]; then
   151   # Under Cygwin bash completition take a long time for starting.
   151   # Under Cygwin bash completition take a long time for starting.
   152   if [[ ! $OSTYPE = cygwin ]]; then
   152   if [[ ! $OSTYPE = cygwin ]]; then
   153     . /etc/bash_completion
   153     . /etc/bash_completion
       
   154     complete -F _quilt_completion dquilt
   154   fi
   155   fi
   155 elif [[ -f ~/usr/etc/bash_completion ]]; then
   156 elif [[ -f ~/usr/etc/bash_completion ]]; then
   156   . ~/usr/etc/bash_completion
   157   . ~/usr/etc/bash_completion
   157 fi
   158 fi
   158 # Load local completions.
   159 # Load local completions.