From cf64e4bb76bb8d1774af317240eb41f671c5a9a5 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Fri, 16 Apr 2021 23:04:46 -0400 Subject: [PATCH] Tangle the ifttt helper --- zshrc.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc.org b/zshrc.org index ce2ec07..c3b28ab 100644 --- a/zshrc.org +++ b/zshrc.org @@ -108,7 +108,7 @@ setup-pi-webcam() } #+end_src - ifttt - #+begin_src shell + #+begin_src shell :tangle ".zshrc" ifttt () { curl -X POST https://maker.ifttt.com/trigger/$1/with/key/$ifttt_apikey }