]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - zsh/logout
e8bb4f1949a6cb2f892bc930b6221c8064ebdd01
[config/dotfiles.git] / zsh / logout
1 # Zsh configuration file loaded when zsh exits.
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