Add .msi completion for Wine
This commit is contained in:
parent
f604f6ce5b
commit
f3e3fc5a4d
@ -10,7 +10,7 @@ _wine()
|
||||
COMPREPLY=( $( compgen -W '--help --version' -- "$cur" ) )
|
||||
[[ $COMPREPLY ]] && return
|
||||
fi
|
||||
_filedir '[eE][xX][eE]?(.[sS][oO])|[cC][oO][mM]|[sS][cC][rR]'
|
||||
_filedir '[eE][xX][eE]?(.[sS][oO])|[cC][oO][mM]|[sS][cC][rR]|[mM][sS][iI]'
|
||||
else
|
||||
_filedir
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user