Browse code

FIX: commands like ruby and rake where not being completed

Mario Fernandez authored on 09/11/2011 at 22:01:45
Showing 1 changed files
... ...
@@ -41,6 +41,6 @@ for cmd in $bundled_commands; do
41 41
   alias $cmd=bundled_$cmd
42 42
 
43 43
   if which _$cmd > /dev/null 2>&1; then
44
-        compdef _$cmd bundled_$cmd
44
+        compdef _$cmd bundled_$cmd=$cmd
45 45
   fi
46 46
 done