You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a well-formed and cleanly deduplicated PATH string. This lets us set
PATH declaratively, like this:
export PATH="$(make_clean_PATH "
${HOME}/.local/bin
${HOME}/bin
${PATH}
/usr/lib/postgresql/10/bin")"
The util is also idempotent when called repeatedly with no argument, or
with the same argument.
0 commit comments