# x-path-prepend Prepend directories to the `PATH` variable without duplicates. ## Usage ```bash x-path-prepend [dir2 ...] ``` Set `VERBOSE=1` for verbose logging. ## Example ```bash x-path-prepend "$HOME/bin" /opt/tools ```