# Zsh configuration file for darwin computers (Mac OS X). # Store the current clipboard in CLIPBOARD before every command so it can be # used in commands. preexec () { export CLIPBOARD="$(pbpaste)" } # Initialize CLIPBOARD so it's available for completion directly after # startup. CLIPBOARD="" export CLIPBOARD