Re: tab completion and symlink

2007-04-16 Thread Eric Lilja
Eric Blake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Lilja on 4/15/2007 11:48 AM: Is there a way to make completion add the trailing / so I don't have to type it? I usually want to enter a subdirectory to coding and not just coding. echo 'set mark-symlinked-direct

Re: tab completion and symlink

2007-04-15 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Lilja on 4/15/2007 11:48 AM: > > Is there a way to make completion add the trailing / so I don't have to > type it? I usually want to enter a subdirectory to coding and not just > coding. echo 'set mark-symlinked-directories on' >>

RE: tab completion and symlink

2007-04-15 Thread Dave Korn
On 15 April 2007 18:48, Eric Lilja wrote: > Hello, in my home directory I have symlink to a directory named coding > that lives in /cygdrive/c > > When I do: > $ cd > $ cd cod > cod is expanded to coding, and not coding/ > > Is there a way to make completion add the trailing / Pressing TAB a

tab completion and symlink

2007-04-15 Thread Eric Lilja
Hello, in my home directory I have symlink to a directory named coding that lives in /cygdrive/c When I do: $ cd $ cd cod cod is expanded to coding, and not coding/ Is there a way to make completion add the trailing / so I don't have to type it? I usually want to enter a subdirectory to coding