Zsh caches command locations. After installation, run:
rehash
Unfortunately, Git Bash does not include xxd by default. Your options: xxd command not found
xxd is a command-line utility that creates a hexadecimal representation (hex dump) of a given file or standard input. It can also do the reverse: convert a hex dump back into the original binary format. Zsh caches command locations
Part of the vim package (yes, the popular text editor), xxd is often included with Unix-like operating systems, but not always by default. It’s invaluable for: Unfortunately, Git Bash does not include xxd by default
Once inside your WSL distribution (e.g., Ubuntu), follow the Linux instructions above (apt, dnf, etc.).
If a Docker build fails with xxd: not found:
# Add this after updating base image
RUN apk add --no-cache vim