]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - zsh/logout
shell: set GOTOOLCHAIN=local
[config/dotfiles.git] / zsh / logout
diff --git a/zsh/logout b/zsh/logout
deleted file mode 100644 (file)
index e8bb4f1..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-# Zsh configuration file loaded when zsh exits.
-
-
-# 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