diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-06-22 13:32:07 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-06-22 13:32:07 +0200 |
commit | 26b9cd31c056d713cf6e3a41bb7a6029edc3a589 (patch) | |
tree | c4ef633ce2460209cdcedcd0656d26aac9ad55ef | |
parent | ad79af26031d5b61e6901b34924dc4c67d4c2a5f (diff) |
updated up/delfile functions
-rw-r--r-- | config/essentials/zsh/functions.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/essentials/zsh/functions.zsh b/config/essentials/zsh/functions.zsh index 3243750..eefc2ce 100644 --- a/config/essentials/zsh/functions.zsh +++ b/config/essentials/zsh/functions.zsh @@ -103,10 +103,10 @@ esc () { } delfile () { - curl "${2:-https://up.kallipso.be/delete/$1}" + curl "${2:-https://upfast.cronyakatsuki.xyz/delete/$1}" } upfile () { - curl -F "file=@\"$1\"" ${2:-http://0x0.st} + curl -F "file=@\"$1\"" ${2:-https://upfast.cronyakatsuki.xyz} } sgd () { |