A user complained that programs started from his shell won’t use his favorite editor.
Which of the following files should you edit to change this?
A.
.editor
B.
.bashrc
C.
.bash_rc
D.
~/bash.conf
Explanation:
When an interactive shell that is not a login shell is started, bash reads and executes commands from /etc/bash.bashrc and ~/.bashrc, if these files exist.