@@ -218,7 +218,7 @@ then
find_name=()
if [ "${1:-}" ]
then
- slugs=( "$1" )
+ slugs=( "${1#*/}" )
[ "${2:-}" ] && slugs+=( "$2" )
query="$(bash -ac 'IFS=/; echo "$*"' "recall-bash" "${slugs[@]}")"
find_name=( -wholename "**/$query/**" )