]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - shell/logout
069603dbd8eb260eba2d530218a0b6bc7158684c
[config/dotfiles.git] / shell / logout
1 # Shell logout file usable by all shells.
2
3
4 # When leaving the console clear the screen to increase privacy. Taken from
5 # Debian default bash files. Thanks.
6 if [ "$SHLVL" = 1 ]; then
7     [ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q
8 fi
9
10 # vim: ft=sh