mirror of
https://github.com/Steffo99/config-fish.git
synced 2024-12-22 14:54:23 +00:00
Fix ntfy
This commit is contained in:
parent
d7a45f23d4
commit
28b37bc57c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
which ntfy --skip-functions >/dev/null 2>/dev/null
|
which curl --skip-functions >/dev/null 2>/dev/null
|
||||||
if [ $status -eq 0 ]
|
if [ $status -eq 0 ]
|
||||||
function ntfy
|
function ntfy
|
||||||
set topic $argv[1]
|
set topic $argv[1]
|
||||||
|
|
Loading…
Reference in a new issue