Add 'set -o emacs' to .shrc
This commit is contained in:
parent
602fbaa739
commit
0dfb6cdfcf
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ case "$-" in
|
|||
then
|
||||
. /etc/profile.d/bash_completion.sh
|
||||
fi
|
||||
set -o emacs
|
||||
usermotd
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue