From e4370bb60ad44ffffa5f6f7740e98133a0d79456 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 16 May 2023 21:05:33 +0100 Subject: [PATCH] Update ZSH logout configuration file to version 0.1.0.1. --- desktop/zsh/.zlogout | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/desktop/zsh/.zlogout b/desktop/zsh/.zlogout index f571e47..5f5f420 100644 --- a/desktop/zsh/.zlogout +++ b/desktop/zsh/.zlogout @@ -4,10 +4,13 @@ # Copyright 2023 Jake Winters # SPDX-License-Identifier: BSD-3-Clause-Clear -# Version: 0.0.0.0 +# Version: 0.1.0.1 # Kill ssh-agent on logout to purge cached SSH key passphrase from memory if [ -n "$SSH_AUTH_SOCK" ] ; then eval $(ssh-agent -k) fi + +# Clear shell to prevent information disclosure +clear