X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=shell%2Flogout;h=a5e1bbc9c0368cc76825337d82a1476bff383663;hb=HEAD;hp=069603dbd8eb260eba2d530218a0b6bc7158684c;hpb=a66f040ebf67a9daf18ff7e761de8e306156a783;p=config%2Fdotfiles.git diff --git a/shell/logout b/shell/logout deleted file mode 100644 index 069603d..0000000 --- a/shell/logout +++ /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