summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/login1
-rw-r--r--etc/profile1
2 files changed, 0 insertions, 2 deletions
diff --git a/etc/login b/etc/login
index 1589f27..f11d201 100644
--- a/etc/login
+++ b/etc/login
@@ -1,4 +1,3 @@
## vim:ft=zsh
check_com -c todo && [[ -r ~/var/gtd/todo ]] && gtd-todo
check_com -c calendar && [[ -r ~/stuff/calendar ]] && calendar
-unset ZPROFILE
diff --git a/etc/profile b/etc/profile
index 23994c3..818d7f9 100644
--- a/etc/profile
+++ b/etc/profile
@@ -3,4 +3,3 @@ source $HOME/packages/zsh/etc/colors
print -P "${info}>>${reset} this is ${info}$(uname -srm)${reset} on ${info}%y${reset}"
[[ -n $(echo Maildir/new/*(N)) ]] && echo "${info}>>${reset} You have mail!"
[[ -r $HOME/packages/zsh/etc/local-profile ]] && source $HOME/packages/zsh/etc/local-profile
-ZPROFILE=1