.dotfiles/bash/bash_logout

10 lines
214 B
Bash
Raw Normal View History

2022-04-16 19:54:07 +00:00
# vim: ft=sh
# Remove static SSH Agent
rm SSH_AUTH_SOCK
# when leaving the console clear the screen to increase privacy
if [ "$SHLVL" = 1 ]; then
[ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q
fi