diff options
-rw-r--r-- | etc/login | 1 | ||||
-rw-r--r-- | etc/profile | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -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 |