Re: Shell recommendations

2007-01-09 Thread Dak Ghatikachalam
Thanks everyone for the great input and Feedback, I read some great capabilities about Zsh( completion capabilities) and pdksh For now I have compiled and made pdksh and I will try this to see how that works. so far it works great did not dump the core, Thanks DAk On 1/9/07, Christian Walth

Re: Shell recommendations

2007-01-09 Thread Oliver Fromme
Oliver Fromme wrote: > If you can't solve your problem otherwise, I recommend > you install zsh (also from /usr/ports), and then make a > symlink zsh -> ksh. I'm sorry, that should be the other way round, of course, the symlink must be ksh -> zsh (i.e. "ln -s zsh ksh"). Best regards Oliver

Re: Shell recommendations

2007-01-09 Thread Oliver Fromme
Dak Ghatikachalam <[EMAIL PROTECTED]> wrote: > I am using ksh93 shell as my login shell > each and everytime > > I do set -o vi > > and perform some commands > > it simply dumps ksh93.core > file and crashed whole terminal session, If you can't solve your problem otherwise, I recommen

Re: Shell recommendations

2007-01-08 Thread Christian Walther
On 09/01/07, Dak Ghatikachalam <[EMAIL PROTECTED]> wrote: Hi Freebsd I am using ksh93 shell as my login shell each and everytime I do set -o vi and perform some commands it simply dumps ksh93.core file and crashed whole terminal session, I have been having this problem everrsince I changed

Shell recommendations

2007-01-08 Thread Dak Ghatikachalam
Hi Freebsd I am using ksh93 shell as my login shell each and everytime I do set -o vi and perform some commands it simply dumps ksh93.core file and crashed whole terminal session, I have been having this problem everrsince I changed my login shell from /bin/sh to /bin/ksh which is symbolic li