From 64eef53310daf8233909e3ea74679b0acce7fe51 Mon Sep 17 00:00:00 2001 From: Christoph Anton Mitterer Date: Wed, 11 Oct 2023 02:59:57 +0200 Subject: [PATCH] [bash] drop unnecessary code in handling `history` Presumably, the dropped code is not needed for any effect, thus drop it. Signed-off-by: Christoph Anton Mitterer --- shell/completion.bash | 4 ---- 1 file changed, 4 deletions(-) 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