diff options
Diffstat (limited to '.zlogout')
-rw-r--r-- | .zlogout | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ # # Commands executed by zsh on logout. # -if [ $(id -u) == 0 ]; then + +if [ $(id -u) -eq 0 ]; then clear fi |
index : dotfiles.git | |
Configuration files for various applications |
aboutsummaryrefslogtreecommitdiffstats |