Skip to content
Snippets Groups Projects
Commit 51d84b18 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

[bash] Update fzf option completion

parent 13e040ba
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,9 @@ _fzf_opts_completion() {
--sync
--cycle
--history
--history-size"
--history-size
--header-file
--header-lines"
case "${prev}" in
--tiebreak)
......@@ -59,7 +61,7 @@ _fzf_opts_completion() {
COMPREPLY=( $(compgen -W "dark light 16 bw" -- ${cur}) )
return 0
;;
--history)
--history|--header-file)
COMPREPLY=()
return 0
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment