This commit is contained in:
Gerhard Lazu 2009-10-11 09:50:08 +01:00
Родитель 2289cacecb
Коммит fafa15676a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4,7 +4,7 @@ current_epoch=$(($(date +%s) / 60 / 60 / 24))
if [ -f ~/.zsh-update ]
then
source ~/.zsh-update
. ~/.zsh-update
epoch_diff=$(($current_epoch - $LAST_EPOCH))
if [ $epoch_diff -gt 6 ]
then