diff --git a/shell/completion.bash b/shell/completion.bash index 37d6c66a9c0..2c66b694001 100644 --- a/shell/completion.bash +++ b/shell/completion.bash @@ -250,10 +250,6 @@ _fzf_opts_completion() { COMPREPLY=( $(compgen -W "center bottom top" -- "$cur") ) return 0 ;; - --history) - COMPREPLY=() - return 0 - ;; esac if [[ "$cur" =~ ^-|\+ ]]; then