Get rid of have() in fbi.

This commit is contained in:
Ville Skyttä 2011-10-12 19:33:42 +03:00
parent a2ba9da54c
commit d3d6476f6c

View File

@ -1,7 +1,5 @@
# bash completion for fbi(1) and fbgs(1) # bash completion for fbi(1) and fbgs(1)
have fbi || return
_fbi() _fbi()
{ {
local cur prev words cword local cur prev words cword
@ -53,7 +51,6 @@ _fbi()
_filedir 'bmp|gif|jp?(e)g|pcd|png|p[pgb]m|tif?(f)|webp|xpm|xwd|?(e)ps|pdf|dvi|txt|svg?(z)' _filedir 'bmp|gif|jp?(e)g|pcd|png|p[pgb]m|tif?(f)|webp|xpm|xwd|?(e)ps|pdf|dvi|txt|svg?(z)'
} && complete -F _fbi fbi } && complete -F _fbi fbi
have fbgs &&
_fbgs() _fbgs()
{ {
local cur prev words cword local cur prev words cword