From c4866d8aa56a6c9f8e8952be57bff9b347ac4ac0 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 10 Jun 2015 10:50:14 +1200 Subject: Rearrange newlines --- bash/bash_profile.d/remind.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash/bash_profile.d/remind.bash') diff --git a/bash/bash_profile.d/remind.bash b/bash/bash_profile.d/remind.bash index 50a3d8c8..7188c639 100644 --- a/bash/bash_profile.d/remind.bash +++ b/bash/bash_profile.d/remind.bash @@ -1,8 +1,8 @@ # If interactive and rem(1) installed, run it if [[ $- == *i* ]] && hash rem 2>/dev/null ; then ( - printf '\n' while read -r reminder ; do printf '* %s\n' "$reminder" done < <(rem -hq) + printf '\n' ) ; fi -- cgit v1.2.3