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