CompTIA Exam Questions

What command entered into a bash initialization file will have bash recognize vi keystrokes after lo

Many people like the vi text editor but the default bash command line editor recognizes emacs keystrokes. What command entered into a bash initialization file will have bash recognize vi keystrokes after login?

A.
set -o vi

B.
allas emacs=vi

C.
unset emacs

D.
history-pvi

E.
HISTCMD=vi