X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Flogout;h=3fb924822f429d8b99d2731595529e8fcf70353f;hb=e5038dcd0bf5d948fd37c1b86efc72d9b5126318;hp=e8bb4f1949a6cb2f892bc930b6221c8064ebdd01;hpb=d2063589ae52ca6cda65604b12a91080c7ce3e5f;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