X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=shell%2Flogout;h=95b72481fdad263e2fa3359ae14ded51bc8f491c;hb=HEAD;hp=491f594a589bd3eaa263803d5f96662aec31c33f;hpb=dd7857bb9458713038436d8c07640307836850f4;p=config%2Fdotfiles.git diff --git a/shell/logout b/shell/logout deleted file mode 100644 index 491f594..0000000 --- a/shell/logout +++ /dev/null @@ -1,16 +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 [ -x /usr/bin/clear_console ]; then - /usr/bin/clear_console -q -else - clear -fi - -# Make sure sudo rights are removed. -sudo -k > /dev/null 2>&1 - -# vim: ft=sh