zsh: add function '0x0' for uploading files to 0x0.st

This commit is contained in:
Nico 2025-05-03 16:15:59 +10:00
parent 37f420af74
commit a205f0264f

View file

@ -43,6 +43,10 @@ func calc() {
fi
}
func 0x0() {
curl -F file=@$1 https://0x0.st
}
# plugins
plugindir="$HOME/.local/share/zsh_plug"
func plugInstall() {