Files
dotfiles/.zprofile
2026-03-28 14:04:08 +01:00

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'