|
|
|
|
|
by mkdir
4540 days ago
|
|
Is there a functional difference between putting... set editing-mode vi
... in one's inputrc and... set -o vi
... in one's .bashrc?I realize that .inputrc is the config file for Readline, and .bashrc is essentially a start-up file for Bash. But is it ever necessary to use both snippets? |
|