remove erroneous quote pipe

Amolith created

Change summary

private_dot_zshrc.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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;