From owner-freebsd-questions@FreeBSD.ORG Thu Jun 18 20:21:26 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 989861065670 for ; Thu, 18 Jun 2009 20:21:26 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-fx0-f206.google.com (mail-fx0-f206.google.com [209.85.220.206]) by mx1.freebsd.org (Postfix) with ESMTP id 23C898FC0C for ; Thu, 18 Jun 2009 20:21:25 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by fxm2 with SMTP id 2so368563fxm.43 for ; Thu, 18 Jun 2009 13:21:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=aDKyHk+qsZMDfvYgITnxzyZ5f3BvNWV/Zxs68BEEEpo=; b=SsvezH56ZFld3t4/IQmtbmbZ8JDCABRcz3yGpM4Kdtr7S3EDIj4VqX2TE1Me7XszHs ZX6f6eDhC/zaHC0HK+zWHTgcRRd7aAJG2EKkX6EMCdKz1XZ68T6fqhoVKsSYr1tsmQfZ cDGPwDdOqcvL00kUNU0s9Ec2RVjD3rRuKYpWY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Me2Sp4D/l5AzyjQXOjv7GGcAgxDZWwAmsI61WQIz3vTZKUPNlsKBxf+oOwWlEZtAHm JkRjZ5ZvSjJvFjG2eRtxggzDTUc1e9+OZJBddM+I0CrasO9NrvsNZgWquwFVUAFFOnc7 07KeXlin3etkpZJxrKk0D8Byb/YgBzxid/SlY= MIME-Version: 1.0 Received: by 10.204.59.14 with SMTP id j14mr1736457bkh.39.1245356485075; Thu, 18 Jun 2009 13:21:25 -0700 (PDT) In-Reply-To: <20090618185918.53de0f20.freebsd@edvax.de> References: <4A3994BC.1000600@ibctech.ca> <4ad871310906171819h7b1ce0d8l489497df293c87c2@mail.gmail.com> <4A399742.1050402@ibctech.ca> <4A39A029.2030805@ibctech.ca> <20090618163323.GA5632@phoenix> <20090618185918.53de0f20.freebsd@edvax.de> Date: Thu, 18 Jun 2009 16:21:25 -0400 Message-ID: <4ad871310906181321k4f046df3ib0b14323707eeba6@mail.gmail.com> From: Glen Barber To: Polytropon Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: Changing my login directory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jun 2009 20:21:26 -0000 On Thu, Jun 18, 2009 at 12:59 PM, Polytropon wrote: > On Thu, 18 Jun 2009 12:33:24 -0400, Glen Barber = wrote: >> Thanks for that little tidbit in return -- I've been trying to >> figure how prompt settings. :) > > See those: > > =A0 =A0 =A0 =A0set promptchars =3D "%#" > =A0 =A0 =A0 =A0set prompt =3D "%n@%m:%~%# " > > Or even: > > =A0 =A0 =A0 =A0set prompt =3D "[%T] %n@%m:%~%# " > =A0 =A0 =A0 =A0set prompt =3D "[%T] *%h =3D%? :%m/%l @%n %~%B%#%b " > =A0 =A0 =A0 =A0set prompt =3D "*%h=3D%? [%T] %n@%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 > > =A0 =A0 =A0 =A0set autolist > > which is very handy, by the way. > I'm usually pretty happy with default settings (which is why I've never looked at the prompts in 'man csh'), but since I was nose-deep in $HOME/.muttrc configs yesterday, this peaked my interest. :) --=20 Glen Barber