6 lines
152 B
Text
6 lines
152 B
Text
|
# ~/.bash_logout: executed by bash(1) when login shell exits
|
||
|
|
||
|
if [ "$SHLVL" = 1 ]; then
|
||
|
[ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q
|
||
|
fi
|