mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-10 21:40:08 +01:00
5 lines
121 B
Bash
5 lines
121 B
Bash
if (( $+commands[pay-respects] )); then
|
|
eval "$(pay-respects zsh --alias)"
|
|
else
|
|
echo "pay-respects is not in $PATH"
|
|
fi
|