summaryrefslogtreecommitdiff
path: root/shell/completion.bash
diff options
context:
space:
mode:
Diffstat (limited to 'shell/completion.bash')
-rw-r--r--shell/completion.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/completion.bash b/shell/completion.bash
index 63de5463..d7fdf26e 100644
--- a/shell/completion.bash
+++ b/shell/completion.bash
@@ -49,7 +49,7 @@ _fzf_opts_completion() {
--cycle
--history
--history-size
- --header-file
+ --header
--header-lines
--margin"
@@ -62,7 +62,7 @@ _fzf_opts_completion() {
COMPREPLY=( $(compgen -W "dark light 16 bw" -- ${cur}) )
return 0
;;
- --history|--header-file)
+ --history)
COMPREPLY=()
return 0
;;