> +1 and `cd -' has the similar problem.
So, I guess there are several cases to consider.
1. CDPATH
2. cdable_vars
3. -
4. cdspell
I have attached another patch that would prevent echoing the path in
all of these cases with the `-q` option.
--- builtins/cd.def.orig 2014-01-20 16:52:02.00
On Tue, Jan 21, 2014 at 8:16 AM, Elliott Forney wrote:
> I find it a little unpleasant that cd echoes the new working directory
> when CDPATH is used to locate the new directory (I already have the
> working directory in my prompt). I understand that this is behavior
> is mandated by POSIX but I
I find it a little unpleasant that cd echoes the new working directory
when CDPATH is used to locate the new directory (I already have the
working directory in my prompt). I understand that this is behavior
is mandated by POSIX but I wonder if we could have an option that
disables this.
Maybe if
On 1/19/14, 5:18 PM, Ernest Adrogué wrote:
> If I bind TAB to `menu-complete' and set `menu-complete-display-prefix', the
> first TAB displays a list of possible completions, which is what I wanted,
> but it also inserts the first entry from the list of possible completions,
> which is not what I
On 1/20/14, 1:15 PM, Ahed Eid wrote:
> Hi :
>
> Thanks for creating and maintaining bash ...
> I wish if bash can support rtl languages and align its output to right
> natively .
Hi. It seems to me that bash and readline could be modified to perform
line editing left-to-right, but that the alignm
Hi :
Thanks for creating and maintaining bash ...
I wish if bash can support rtl languages and align its output to right
natively .