#!/bin/zsh -f

# locwd: locate files that match exactly
function locwd { locate "*/${@}"; }
