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;