X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Frc;h=97555277906d9c42a119824c819603f7893d5747;hb=f202f2a1f6054126148f903325a36ed323c6f241;hp=5889186973ea19dde4a1a92375611f976c478526;hpb=2253f9ef9bead0494d3fea83581007c7acd5a357;p=config%2Fdotfiles.git diff --git a/zsh/rc b/zsh/rc index 5889186..9755527 100644 --- a/zsh/rc +++ b/zsh/rc @@ -878,7 +878,7 @@ periodic() { # Display fortunes. (( $+commands[fortune] )) && fortune -ac # Display reminders. - (( $+commands[rem] )) && [ -f ~/.reminders ] && rem -h + (( $+commands[rem] )) && [[ -f ~/.reminders ]] && rem -h }