autocompletion pour ussh et cssh
This commit is contained in:
parent
fec398a851
commit
44f2693636
|
@ -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
|
Loading…
Reference in New Issue