From d59b574b67e36ec5420cfedcbf489d9184b3a691 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 23 May 2023 09:15:04 +0200 Subject: zsh: move configs to XDG_CONFIG_HOME with the help of ZDOTDIR --- .config/zsh/.zlogout | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .config/zsh/.zlogout (limited to '.config/zsh/.zlogout') diff --git a/.config/zsh/.zlogout b/.config/zsh/.zlogout new file mode 100644 index 0000000..307314b --- /dev/null +++ b/.config/zsh/.zlogout @@ -0,0 +1,7 @@ +# +# Commands executed by zsh on logout. +# + +if [ $(id -u) -eq 0 ]; then + clear +fi -- cgit v1.2.3-54-g00ecf