10 lines
152 B
Bash
10 lines
152 B
Bash
pb() {
|
|
echo "$1" | nc pb.24unix.net 9999
|
|
}
|
|
|
|
if [ -x /opt/homebrew/bin/brew ]; then
|
|
eval "$(/opt/homebrew/bin/brew shellenv)"
|
|
fi
|
|
|
|
export EDITOR='vim'
|