re-add ssh completion

This commit is contained in:
Kevin Fenzi 2017-10-12 16:28:23 +00:00
parent 858af8e794
commit 3bb9d9326f

View file

@ -11,6 +11,8 @@ if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# ssh completion
complete -W "$(grep -d skip -h ^[a-z].*.org /srv/web/infra/ansible/inventory/* )" ssh >&/dev/null
if [ -f /root/sshagent ]; then
source /root/sshagent >>/dev/null