From eb30f3004834b91d71470933824721227e7c61aa Mon Sep 17 00:00:00 2001 From: Amolith Date: Thu, 25 Nov 2021 02:58:19 -0500 Subject: [PATCH] remove erroneous quote pipe --- private_dot_zshrc.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private_dot_zshrc.tmpl b/private_dot_zshrc.tmpl index 8cbaf7d54a60e6a066edf7d649c82a4d1a480aac..4e28e2fc0242c2b5ae328ae09443a4fc47b8ab77 100644 --- a/private_dot_zshrc.tmpl +++ b/private_dot_zshrc.tmpl @@ -222,7 +222,7 @@ function gi() { curl -sLw n https://www.toptal.com/developers/gitignore/api/$@ ; } function noti() { - curl 'https://notify.nixnet.services/message?token={{- .gotify_token | quote -}}' -F "title=$1" -F "message=$2" -F "priority=4" + curl 'https://notify.nixnet.services/message?token={{- .gotify_token -}}' -F "title=$1" -F "message=$2" -F "priority=4" } PATH="{{ .chezmoi.homeDir }}/perl5/bin${PATH:+:${PATH}}"; export PATH;