pay-respects/pay-respects.plugin.zsh
Joe Block 6ba4591db9
feat: plugin files for zsh and fish (github #58)
Signed-off-by: Joe Block <jpb@unixorn.net>
Co-authored-by: iff <iff@ik.me>
2025-06-11 11:02:20 +02:00

5 lines
121 B
Bash

if (( $+commands[pay-respects] )); then
eval "$(pay-respects zsh --alias)"
else
echo "pay-respects is not in $PATH"
fi