forked from nico/dots
zsh: add function '0x0' for uploading files to 0x0.st
This commit is contained in:
parent
37f420af74
commit
a205f0264f
1 changed files with 4 additions and 0 deletions
|
|
@ -43,6 +43,10 @@ func calc() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func 0x0() {
|
||||||
|
curl -F file=@$1 https://0x0.st
|
||||||
|
}
|
||||||
|
|
||||||
# plugins
|
# plugins
|
||||||
plugindir="$HOME/.local/share/zsh_plug"
|
plugindir="$HOME/.local/share/zsh_plug"
|
||||||
func plugInstall() {
|
func plugInstall() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue