]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - shell/logout
shell: set GOTOOLCHAIN=local
[config/dotfiles.git] / shell / logout
diff --git a/shell/logout b/shell/logout
deleted file mode 100644 (file)
index 069603d..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# Shell logout file usable by all shells.
-
-
-# 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
-
-# vim: ft=sh