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
|
then
|
||||||
. /etc/profile.d/bash_completion.sh
|
. /etc/profile.d/bash_completion.sh
|
||||||
fi
|
fi
|
||||||
|
set -o emacs
|
||||||
usermotd
|
usermotd
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in a new issue