From 359791a91d0e5e16157a0096482f4378fe7b3c9c Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Fri, 22 Mar 2024 19:21:59 +0000 Subject: [PATCH] Stop clearing at exit --- roles/home-cli/files/shrc | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/home-cli/files/shrc b/roles/home-cli/files/shrc index 1b83711..8ba0d9a 100644 --- a/roles/home-cli/files/shrc +++ b/roles/home-cli/files/shrc @@ -15,7 +15,6 @@ case "$-" in then set -o emacs fi - trap clear EXIT usermotd ;; *)