diff --git a/dot_config/zsh/private_dot_zshrc.tmpl b/dot_config/zsh/private_dot_zshrc.tmpl index d028476811472c1a63316910b3defd32f6e4b3b5..5ff91eb072d16c6154ec16cc25b5c36cb113d171 100644 --- a/dot_config/zsh/private_dot_zshrc.tmpl +++ b/dot_config/zsh/private_dot_zshrc.tmpl @@ -201,7 +201,7 @@ function gi() { curl -sLw https://www.toptal.com/developers/gitignore/api/$@ ; } function noti() { - curl 'https://notify.nixnet.services/message?token={{- .gotify_token -}}' -F "title=$1" -F "message=$2" -F "priority=4" + curl 'https://{{ .gotify_url }}/message?token={{- .gotify_token -}}' -F "title=$1" -F "message=$2" -F "priority=4" } # Hide the terminal when these apps are opened from a terminal function zathura() { devour zathura "$1" }