# Source this file from ~/.zshrc to add `sstash`, a zsh helper that captures
# the full interactive command line into `command`.
#
# Example:
# source /path/to/stash/scripts/sstash.zsh
# du -sh * | sstash
# Avoid duplicate hook registration if the file is sourced more than once.
||