aboutsummaryrefslogtreecommitdiff
path: root/.zlogout
blob: 667b44e80ddf9578d93a719c2e1d5ea068916d65 (plain) (blame)
1
2
3
4
5
# when leaving the console clear the screen to increase privacy

if [ "$SHLVL" = 1 ]; then
    [ -x /usr/bin/clear ] && /usr/bin/clear -q
fi