Date: Mon, 12 Mar 2007 15:23:07 -0500 From: Derek Ragona <derek@computinginnovations.com> To: Sunnz <sunnzy@gmail.com>, freebsd-questions@freebsd.org Subject: Re: Anyone use KSH? Message-ID: <6.0.0.22.2.20070312152033.02541530@mail.computinginnovations.com> In-Reply-To: <b35fa3120703120855m174d61cbk607e66f86237a71f@mail.gmail.co m> References: <b35fa3120703120855m174d61cbk607e66f86237a71f@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Those work fine for me, just add:
set -o emacs
to your login file(s).
I actually have added to my .profile:
if [ "$SHELL" = "/usr/local/bin/ksh" ] ; then
if [ -f $HOME/.kshrc ] ; then
. $HOME/.kshrc
fi
fi
and have the ksh customizations in:
.kshrc
-Derek
At 10:55 AM 3/12/2007, Sunnz wrote:
>Just installed Release 6.2 on my workstation, and the first thing I
>did was installing (pd)ksh since I have been using it before...
>
>I found that a few things doesn't work, tab-completion, up/down arrow
>keys, ctrl-A ctrl-E to go to the beginning/end of a line.
>
>Does anyone uses ksh here who knows if this is normal behaviour?
>
>--
>Please avoid sending me Word or PowerPoint attachments.
>See http://www.gnu.org/philosophy/no-word-attachments.html
>_______________________________________________
>freebsd-questions@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>
>--
>This message has been scanned for viruses and
>dangerous content by MailScanner, and is
>believed to be clean.
>MailScanner thanks transtec Computers for their support.
>
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6.0.0.22.2.20070312152033.02541530>
