samer@2: # ~/.bash_logout: executed by bash(1) when login shell exits. samer@2: samer@2: # when leaving the console clear the screen to increase privacy samer@2: samer@2: if [ "$SHLVL" = 1 ]; then samer@2: [ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q samer@2: fi