aboutsummaryrefslogtreecommitdiff
path: root/dot_zlogout
blob: d3e50065ee1f134ed05bff6dab48ef38bfcc9670 (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
fi