dotfiles/.zprofile

6 lines
65 B
Plaintext
Raw Normal View History

2019-11-19 02:58:47 +01:00
pb() {
echo "$1" | nc pb.24unix.net 9999
}
2019-12-08 14:28:31 +01:00
export EDITOR='vim'