X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=shell%2Flogout;h=95b72481fdad263e2fa3359ae14ded51bc8f491c;hb=HEAD;hp=1a87b04be282ba842d60e5ed5a0b42f362a13117;hpb=a6cb81e7d8e1c050de67178532c938c3e5c11ffe;p=config%2Fdotfiles.git diff --git a/shell/logout b/shell/logout deleted file mode 100644 index 1a87b04..0000000 --- a/shell/logout +++ /dev/null @@ -1,14 +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 and modified. Thanks. -if [ "$SHLVL" = 1 ]; then - if [ -x /usr/bin/clear_console ]; then - /usr/bin/clear_console -q - else - clear - fi -fi - -# vim: ft=sh