]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - bash/logout
91f49643118dc0c646116a6e043bb7bca73e2735
[config/dotfiles.git] / bash / logout
1 # Bash logout configuration file.
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