# 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