From 0dfb6cdfcf1f5ff00607c717766eb92f2e086d06 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Sat, 26 Aug 2023 15:37:39 +0100 Subject: [PATCH] Add 'set -o emacs' to .shrc --- roles/home-cli/files/shrc | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/home-cli/files/shrc b/roles/home-cli/files/shrc index 9038883..54e94f3 100644 --- a/roles/home-cli/files/shrc +++ b/roles/home-cli/files/shrc @@ -11,6 +11,7 @@ case "$-" in then . /etc/profile.d/bash_completion.sh fi + set -o emacs usermotd ;; *)