Date: Mon, 13 Feb 2012 15:23:36 +0200 From: Volodymyr Kostyrko <c.kworr@gmail.com> To: Alex Keda <admin@lissyara.su> Cc: freebsd-current@freebsd.org Subject: Re: Enhancing the user experience with tcsh Message-ID: <4F390ED8.9090509@gmail.com> In-Reply-To: <4F356E84.3090905@lissyara.su> References: <CAF6rxgnebQUY8azv8fovQPkB%2BGgsQjaByZ6JwnNWjrM1hB65eQ@mail.gmail.com> <1328887627.38277.68.camel@buffy.york.ac.uk> <CAF6rxgmjQX%2B8hZVdjYBHJfonegavYhY_22gyVszpPvxhAKbvTA@mail.gmail.com> <1328892101.38277.88.camel@buffy.york.ac.uk> <4F354ED1.3060307@gmail.com> <4F356E84.3090905@lissyara.su>
next in thread | previous in thread | raw e-mail | index | archive | help
Alex Keda wrote: > On 10.02.2012 21:07, Chuck Burns wrote: >> set prompt = "[%n@%m]%c04%# " > it's not needed > > need some as > alias ll ls -lAhG > alias ls ls -G > set autolist = TAB > bindkey "\e[3~" delete-char > ......... > and other _really_ necessary settings This can be as simple as defining CLICOLOR. However colors of ls -G wouldn't match with default color set in LSCOLORS so correct LS_COLORS string would be needed too. -- Sphinx of black quartz judge my vow.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F390ED8.9090509>