mgalgs / fuzzy_bash_completion

Fuzzy tab completion for bash.
95 stars 9 forks source link

Something wrong with "source fuzzy_bash_completion" #7

Closed Wizmann closed 10 years ago

Wizmann commented 10 years ago
$ source fuzzy_bash_completion 
-bash: declare: -A: invalid option
declare: usage: declare [-afFirtx] [-p] [name[=value] ...]

$ bash --version
GNU bash, version 3.00.15(1)-release (x86_64-redhat-linux-gnu)
Copyright (C) 2004 Free Software Foundation, Inc.
mgalgs commented 10 years ago

You need a modern version of bash (>= 4).