Prepend new_path to the start of a path string (if not present).
path_string (str) – Colon-separated path string.
new_path (str) – Entry to prepend. Moved to the front if already present.
Updated path string.
str