aboutsummaryrefslogtreecommitdiffstats
path: root/.zlogout
blob: 5b5bf1c2ccf5d3cb3d34c3ad8beec039c1549d16 (plain)
1
2
3
4
5
6
#
# Commands executed by zsh on logout.
#
if [ $(id -u) == 0 ]; then
  clear
fi