diff options
-rw-r--r-- | etc/logout | 2 | ||||
-rw-r--r-- | links | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/etc/logout b/etc/logout new file mode 100644 index 0000000..8dbb030 --- /dev/null +++ b/etc/logout @@ -0,0 +1,2 @@ +## vim:ft=zsh +clear @@ -1,4 +1,5 @@ soft .zshrc $etc/rc soft .zprofile $etc/profile soft .zlogin $etc/login +soft .zlogout $etc/logout soft .zshenv $etc/env |