X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;ds=sidebyside;f=shell%2Flogout;h=95b72481fdad263e2fa3359ae14ded51bc8f491c;hb=HEAD;hp=1a87b04be282ba842d60e5ed5a0b42f362a13117;hpb=d9718d2858cec089f0afd3a23ba5cb7ab049e6b9;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