# x-path-append Append directories to the `PATH` variable without duplicates. ## Usage ```bash x-path-append [dir2 ...] ``` Set `VERBOSE=1` for verbose logging. ## Example ```bash x-path-append /usr/local/sbin "$HOME/bin" ```