dotfiles/bash/.bash_logout

7 lines
156 B
Bash
Raw Permalink Normal View History

2019-02-10 03:46:43 +00:00
# executed by bash when shell exits
2018-11-25 06:28:03 +00:00
2019-02-10 03:46:43 +00:00
# clear screen for privacy
2018-11-25 06:28:03 +00:00
if [ "$SHLVL" = 1 ]; then
[ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q
fi