Re: Enhancing the user experience with tcsh

[ Available lists | Index of freebsd-current | Month of Feb 2012 | Week of 10 Feb 2012 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Alex Keda <admin@lissyara.su>
Date
10 Feb 2012 19:40:18
Subject
Re: Enhancing the user experience with tcsh
Message-ID
4F356E84.3090905@lissyara.su

In reply to

[ Hide this part ]
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

> complete chown 'p/1/u/'
> complete man 'C/*/c/'
> complete service 'n/*/`service -l`/'
need as example. may be in include file, may be in .cshrc

Elapsed time: 0.209 seconds