On 2 October 2011 16:37, Alexander Tanyukevich <atanyukev...@gmail.com> wrote: > > On Monday, October 3, 2011, Hilco Wijbenga wrote: >> >> Hi all, >> >> I was wondering if someone had a good suggestion to fix the following: >> >> $> wo<TAB> >> $> word<TAB><TAB> >> $> word >> wordforms wordlist2hunspell >> $>work<TAB> >> $>workspaces/ >> >> I'm trying to reach the "workspaces" directory but BASH completion >> seems to prefer executables. It seems to only list directories if no >> executables are found. >> >> Is it possible to combine them or something like that? >> >> Cheers, >> Hilco > > if you're disable bash completion situation will be the same. That's how it > works. > If you want to reach workspaces you should try: > $./wo<tab>
I see. That's unfortunate. How do aliases fit in?