mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-22 21:05:09 +00:00
[bash] Update fzf option completion
This commit is contained in:
parent
13e040baee
commit
51d84b1869
@ -48,7 +48,9 @@ _fzf_opts_completion() {
|
|||||||
--sync
|
--sync
|
||||||
--cycle
|
--cycle
|
||||||
--history
|
--history
|
||||||
--history-size"
|
--history-size
|
||||||
|
--header-file
|
||||||
|
--header-lines"
|
||||||
|
|
||||||
case "${prev}" in
|
case "${prev}" in
|
||||||
--tiebreak)
|
--tiebreak)
|
||||||
@ -59,7 +61,7 @@ _fzf_opts_completion() {
|
|||||||
COMPREPLY=( $(compgen -W "dark light 16 bw" -- ${cur}) )
|
COMPREPLY=( $(compgen -W "dark light 16 bw" -- ${cur}) )
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
--history)
|
--history|--header-file)
|
||||||
COMPREPLY=()
|
COMPREPLY=()
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user