]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - zsh/logout
bash/logout,zsh/logout: Remove unnecessary source_debug()s.
[config/dotfiles.git] / zsh / logout
index e8bb4f1949a6cb2f892bc930b6221c8064ebdd01..3fb924822f429d8b99d2731595529e8fcf70353f 100644 (file)
@@ -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