From e5dfb045b994e1ab8fef9ef5d3f02ce20ea6b685 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 13 Dec 2021 16:55:42 -0500 Subject: many more renames --- dot_zlogout | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dot_zlogout (limited to 'dot_zlogout') diff --git a/dot_zlogout b/dot_zlogout new file mode 100644 index 0000000..d3e5006 --- /dev/null +++ b/dot_zlogout @@ -0,0 +1,5 @@ +# when leaving the console clear the screen to increase privacy + +if [ "$SHLVL" = 1 ]; then + [ -x /usr/bin/clear ] && /usr/bin/clear +fi -- cgit v1.2.3