]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - bash/logout
Use setup.sh instead of Makefile for setup process.
[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