paste.sr.ht
This commit is contained in:
parent
c1ff140bbe
commit
e62e1687a3
1 changed files with 6 additions and 0 deletions
6
.zshrc
6
.zshrc
|
@ -393,4 +393,10 @@ function godoc() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
### paste.sr.ht
|
||||||
|
|
||||||
|
function pasteit() {
|
||||||
|
hut paste create ${@}
|
||||||
|
}
|
||||||
|
|
||||||
# vim: set ft=zsh et sw=0 ts=2 sts=0:
|
# vim: set ft=zsh et sw=0 ts=2 sts=0:
|
||||||
|
|
Loading…
Reference in a new issue