X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Frc;h=bab6a06f7c0db052817aa769a0e8c2955847dcbf;hb=e125db3d72be558ad43bf73e600f4a949c07ffe7;hp=cc4e90a3c7eaaf9ae90bb0dd5e175d8a7fd2f580;hpb=95f1afd4cd635de19f73165c7435511410bab008;p=config%2Fdotfiles.git diff --git a/zsh/rc b/zsh/rc index cc4e90a..bab6a06 100644 --- a/zsh/rc +++ b/zsh/rc @@ -634,6 +634,12 @@ if [[ $TERM != dumb && $TERM != linux && -z $STY ]]; then fi fi +# Run reminder and redisplay it every four hours (if it's available). +PERIOD=14400 +periodic() { + which rem > /dev/null && rem +} + source_debug ". ~/.zsh/rc (done)"