> Why not just add a mount for C: as /c?
>
> That's what I did, so now I can move around with ease, with the same
> number of characters to have to type as c:
Hm, yes that is a nice alternate solution. Thanks for the idea!
___
Bug-bash mailing list
B
Gary Fritz <[EMAIL PROTECTED]> writes:
> In
> http://groups-
> beta.google.com/group/gnu.bash.bug/browse_thread/thread/e0dc6716afe8162d/df
> a06fd85db708e1
> a bug was reported that prevented TAB completion from working properly in
> Cygwin when the "c:/" synonym for "/cygdrive/c" was used. Beca
Chet Ramey <[EMAIL PROTECTED]> wrote:
> The fix, available in the current release of bash, is to modify the
> contents of the COMP_WORDBREAKS variable to remove the `:'.
Outstanding!! Exactly what I needed. Thanks!
Gary
___
Bug-bash mailing list
Bug
Gary Fritz wrote:
> In
> http://groups-
> beta.google.com/group/gnu.bash.bug/browse_thread/thread/e0dc6716afe8162d/df
> a06fd85db708e1
> a bug was reported that prevented TAB completion from working properly in
> Cygwin when the "c:/" synonym for "/cygdrive/c" was used. Because ":" is
> consider
In
http://groups-
beta.google.com/group/gnu.bash.bug/browse_thread/thread/e0dc6716afe8162d/df
a06fd85db708e1
a bug was reported that prevented TAB completion from working properly in
Cygwin when the "c:/" synonym for "/cygdrive/c" was used. Because ":" is
considered whitespace for completion for