re-add ssh completion
This commit is contained in:
parent
858af8e794
commit
3bb9d9326f
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue