aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_logout
blob: 911b4f6693151879c541b774a4889fd903173216 (plain) (blame)
1
2
# Clear console if possible when logging out
[ "$SHLVL" = 1 ] && clear_console -q 2>/dev/null