From 28cd90389d198ef5a9f9bc189276b3722581ddb3 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Fri, 22 Mar 2024 16:08:05 +0000 Subject: [PATCH] Clear screen on logout --- 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 8ba0d9a..1b83711 100644 --- a/roles/home-cli/files/shrc +++ b/roles/home-cli/files/shrc @@ -15,6 +15,7 @@ case "$-" in then set -o emacs fi + trap clear EXIT usermotd ;; *)