Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Feb 2012 00:03:28 -0800 (PST)
From:      timp <timp87@gmail.com>
To:        freebsd-current@freebsd.org
Subject:   Re: Enhancing the user experience with tcsh
Message-ID:  <1329206608296-5481784.post@n5.nabble.com>
In-Reply-To: <CAF6rxgnebQUY8azv8fovQPkB%2BGgsQjaByZ6JwnNWjrM1hB65eQ@mail.gmail.com>
References:  <CAF6rxgnebQUY8azv8fovQPkB%2BGgsQjaByZ6JwnNWjrM1hB65eQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
My diff:
+set autolist

-setenv PAGER   more
+setenv PAGER           less

 if ($?prompt) then
        # An interactive shell -- set some stuff up
+       set promptchars = '$#'
+       set prompt = "%{^[[50;73;1m%}\[`whoami`@%m %~\]%#%{^[[m%} "


I think 'set autolist' must have everyone.
PAGER is not necessary.
And this is best prompt I think =)

--
View this message in context: http://freebsd.1045724.n5.nabble.com/Enhancing-the-user-experience-with-tcsh-tp5471144p5481784.html
Sent from the freebsd-current mailing list archive at Nabble.com.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1329206608296-5481784.post>