summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-04-11 23:27:14 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-04-11 23:27:14 +0200
commit1fa66b19e1140f37084f6cf928a1f515541139e7 (patch)
tree0c0b781585c5c18db21e42a3c38b7084b2fed2a7 /config
parent99f2f051b8d2e88bf34905e2b80df42f77a0c77b (diff)
use kallipso.be
Diffstat (limited to 'config')
-rw-r--r--config/essentials/zsh/functions.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/essentials/zsh/functions.zsh b/config/essentials/zsh/functions.zsh
index b698a9e..b52c31e 100644
--- a/config/essentials/zsh/functions.zsh
+++ b/config/essentials/zsh/functions.zsh
@@ -79,10 +79,10 @@ esc () {
}
delfile () {
- curl ${2:-"https://upfast.craftmenners.men/delete/$1"}
+ curl ${2:-"https://up.kallipso.be/delete/$1"}
}
upfile () {
- curl -F "file=@\"$1\"" ${2:-"https://upfast.craftmenners.men"}
+ curl -F "file=@\"$1\"" ${2:-"https://up.kallipso.be"}
}
sgd () {