Return to complete.csh CVS log | Up to [Paefchen] / home / as / .csh |
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