Skip to content

Commit

Permalink
[bash] drop unnecessary code in handling history
Browse files Browse the repository at this point in the history
Presumably, the dropped code is not needed for any effect, thus drop it.

Signed-off-by: Christoph Anton Mitterer <[email protected]>
  • Loading branch information
calestyo committed Oct 11, 2023
1 parent 3405c42 commit 64eef53
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions shell/completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,6 @@ _fzf_opts_completion() {
COMPREPLY=( $(compgen -W "center bottom top" -- "$cur") )
return 0
;;
--history)
COMPREPLY=()
return 0
;;
esac

if [[ "$cur" =~ ^-|\+ ]]; then
Expand Down

0 comments on commit 64eef53

Please sign in to comment.