Skip to content
Snippets Groups Projects
Select Git revision
  • 4ba40c7f755d257b5702705d562995cf5a258735
  • master default protected
2 results

.bash_logout

Blame
  • David Beniamine's avatar
    David Beniamine authored
    32c0c524
    History
    .bash_logout 220 B
    # ~/.bash_logout: executed by bash(1) when login shell exits.
    
    # 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