On Thu, 18 Jun 2009 12:33:24 -0400, Glen Barber <glen.j.bar...@gmail.com> wrote:
> Thanks for that little tidbit in return -- I've been trying to
> figure how prompt settings. :)

See those:

        set promptchars = "%#"
        set prompt = "%...@%m:%~%# "

Or even:

        set prompt = "[%T] %...@%m:%~%# "
        set prompt = "[%T] *%h =%? :%m/%l @%n %~%B%#%b "
        set prompt = "*%h=%? [%T] %...@%m/%l:%~%B%#%b "

There's lots of customization that you can do with csh's prompt
variable; "man csh" is really very interesting.

Ah yes, and don't forget to

        set autolist

which is very handy, by the way.



-- 
Polytropon
>From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to