scatterd-dotfiles/zsh
David Alexander f7c73f7c1b Deduplicate PATH before exporting
Why:

* Remove dupes from PATH

How:

$PATH is a scalar composed of contents of $path, so it uses typeset -U
("U" as in Unique) to ensure there are no dupes. It preserves the first
occurrence in the array, since it would be searched first before others
when matching a command in the directories in the PATH anyway.
2015-11-13 15:25:55 -05:00
..
completion Split zsh configuration into smaller files 2015-11-06 15:03:05 -05:00
configs Deduplicate PATH before exporting 2015-11-13 15:25:55 -05:00
functions Deduplicate PATH before exporting 2015-11-13 15:25:55 -05:00