Enhancing the user experience with tcsh

Alex Keda admin at lissyara.su
Fri Feb 10 19:40:18 UTC 2012


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


More information about the freebsd-current mailing list