[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-bash] shopt -s nullglob disables TAB completion
From: |
Greg Wooledge |
Subject: |
Re: [Help-bash] shopt -s nullglob disables TAB completion |
Date: |
Wed, 6 Jun 2018 08:23:17 -0400 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
On Wed, Jun 06, 2018 at 10:41:12AM +0200, Cristian Zoicas wrote:
> Enabling nullglob with "shopt -s nullglob" disables TAB filename completion.
Not for me. Perhaps you're using bash-completion. What happens if
you try it with bash-completion disabled? ("complete -r" in a shell
that has already sourced it, or launch a new bash without sourcing
the bash-completion files.)