From e1a998d1b95eefd68d1680ce05158322b0fd1cfd Mon Sep 17 00:00:00 2001 From: matijs Date: Fri, 15 Mar 2024 20:45:21 +0100 Subject: [PATCH] feat(bash): add .bash_logout Remove cached sudo credentials upon logout --- .bash_logout | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .bash_logout diff --git a/.bash_logout b/.bash_logout new file mode 100644 index 0000000..22f6d03 --- /dev/null +++ b/.bash_logout @@ -0,0 +1,4 @@ +# ~/.bash_logout + +/usr/bin/sudo -K +