Which command below will permanently change what program is used as the default editor?
A.
update-alternatives -config editor
B.
ln -s /bin/editor /usr/bin/vim
C.
export EDITOR=/usr/bin/vim
D.
set-editor /usr/bin/vim
Which command below will permanently change what program is used as the default editor?
A.
update-alternatives -config editor
B.
ln -s /bin/editor /usr/bin/vim
C.
export EDITOR=/usr/bin/vim
D.
set-editor /usr/bin/vim