From e62e1687a3f358a335dce946ce52f2fee6e7e0fa Mon Sep 17 00:00:00 2001 From: Blallo Date: Fri, 16 Dec 2022 16:46:10 +0100 Subject: [PATCH] paste.sr.ht --- .zshrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zshrc b/.zshrc index 3724bdf..a66d018 100644 --- a/.zshrc +++ b/.zshrc @@ -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: