# Clear console if possible when logging out [[ "$SHLVL" = 1 ]] \ && command -v clear_console &>/dev/null \ && clear_console -q