On Thu, Sep 24, 2009 at 02:17:23PM +0200, Xavier wrote:
On Thu, Sep 24, 2009 at 2:08 PM, Alessandro Doro <ordo.ad@gmail.com> wrote:
On Wed, Sep 23, 2009 at 01:15:25PM +0200, Thomas Göbel wrote:
Hi all,
i noticed that bash_completion and dd do not work together. Tiping dd if=/h<TAB> will not complete to if=/home. Without bash_completion everything works fine. Maybo someone knows how to fix this?
After these updates: [2009-09-24 13:23] upgraded bash (4.0.028-1 -> 4.0.033-1) [2009-09-24 13:23] upgraded bash-completion (1.0-2 -> 1.0-3) completion of file/directory names after if= works here.
The completion of the dd command line options doesn't work.
Probably because you lost bash completion ?
Before this update, bash completion was enabled by default only for login shells. After this update, only for non login shells.
Uh! You're right, thanks.