File:  [Paefchen] / home / as / .csh / complete.csh
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Jan 7 06:03:02 2008 UTC (16 years, 10 months ago) by as
Branches: MAIN
CVS tags: HEAD
Hello My Home ;)

# $Paefchen: home/as/.csh/complete.csh,v 1.1 2008/01/07 06:03:02 as Exp $

# CSHRC_RELOAD: YES
# CSHRC_PROMPTONLY: YES
# CSHRC_DESCR: Verfolständingunstabelle neu einlesen

complete kill 'p/*/`ps | awk \{print\ \$1\}`/'
complete cd 'p/1/d/'

if (-f ~/.ssh/config) then
	set complete_ssh_host=(`awk '/^Host / {print $2}' ~/.ssh/config | tr "\n" " "`)
	complete ssh 'p/*/$complete_ssh_host/'
endif