autocompletion pour ussh et cssh

This commit is contained in:
Jephté Clain 2013-09-30 06:40:51 +04:00
parent fec398a851
commit 44f2693636
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
if [ -n "$BASH_COMPLETION" ]; then
if [ -f "$BASH_COMPLETION_DIR/ssh" ]; then
shopt -u hostcomplete
complete -F _ssh ussh cssh
fi
fi