summaryrefslogtreecommitdiffstats
path: root/.bash_logout
blob: 9f314cb03775c7e2c33751522d8ed1ac70c9adc8 (plain)
1
2
3
4
5
6
7
# ~/.bash_logout: executed by bash when login shell exits.

# Clear the console after the last bash instance exits.

if [ ${SHLVL} -eq 1 ]; then
	[ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q
fi