From e02b859409b0f6dc27a66dd22176e76e721b1e7e Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 6 Sep 2016 11:12:55 -0700 Subject: [PATCH] Random tweak --- dotfiles/lib/shellenv/functions.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dotfiles/lib/shellenv/functions.sh b/dotfiles/lib/shellenv/functions.sh index ef1cdc5a..5b5e65fe 100644 --- a/dotfiles/lib/shellenv/functions.sh +++ b/dotfiles/lib/shellenv/functions.sh @@ -306,7 +306,10 @@ EOF } function dirty_talk() { - while true; do talk_dirty_to_me | tee >(cat) | say; done + while : + do + talk_dirty_to_me | tee >(cat) | say + done } function track_modified {