]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - shell/logout
Use one logout file which is included by bash and zsh.
[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