aboutsummaryrefslogtreecommitdiffstats
path: root/.zlogout
blob: 307314bd950714bc4c1447329f1773a24b976acb (plain)
1
2
3
4
5
6
7
#
# Commands executed by zsh on logout.
#

if [ $(id -u) -eq 0 ]; then
  clear
fi