config/.bash_logout

13 lines
252 B
Bash

#
# ~/.bash_logout
# @zvava@mk.catgirlsfor.science
#
if [ "$SHLVL" = 1 ]; then
[ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q
rm -rf ~/.nv
rm -f ~/.bash_history*
rm -f ~/.node_repl_history*
rm -f ~/.xsession-errors*
fi