6 ( [ -r ~/.ssh/config ] && awk '/^host +[a-z]/ { print $2 }' ~/.ssh/config) ; \
7 ( [ -r ~/.ssh/known_hosts ] && awk '{print $1}' ~/.ssh/known_hosts | tr , '\n') \
10 zstyle ':completion:*:hosts' hosts $hosts
11 zstyle ':completion:*:(ssh|scp|sftp):*' hosts $hosts
12 zstyle ':completion:*:hosts' list-colors '=(#b)(*)(.lln.iba)=01;30=01;31' '=[^.]#=01;31'
14 users=(atihon ccadmin tcsadmin tcs clinical root)
15 zstyle ':completion:*' users $users
17 compdef _hosts cc_sync