paste.sr.ht

This commit is contained in:
Blallo 2022-12-16 16:46:10 +01:00
parent c1ff140bbe
commit e62e1687a3
No known key found for this signature in database
GPG key ID: 0CBE577C9B72DC3F

6
.zshrc
View file

@ -393,4 +393,10 @@ function godoc() {
fi
}
### paste.sr.ht
function pasteit() {
hut paste create ${@}
}
# vim: set ft=zsh et sw=0 ts=2 sts=0: