X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Flogout;h=3fb924822f429d8b99d2731595529e8fcf70353f;hb=de8ff5bfd82dc08d229790edc326d05bb9888d6e;hp=e8bb4f1949a6cb2f892bc930b6221c8064ebdd01;hpb=0d1c3c96beca1d3667df0fc7985423fab82d8086;p=config%2Fdotfiles.git diff --git a/zsh/logout b/zsh/logout index e8bb4f1..3fb9248 100644 --- a/zsh/logout +++ b/zsh/logout @@ -1,8 +1,6 @@ -# Zsh configuration file loaded when zsh exits. +# Zsh logout file. -# When leaving the console clear the screen to increase privacy. Taken from -# Debian default bash files. Thanks. -if [ "$SHLVL" = 1 ]; then - [ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q -fi +source_config ~/.shell/logout + +# vim: ft=zsh