2018-01-04-clean-zsh-path.md 311 B


title: "Clean ZSH PATH"

categories: bits

Remove PATH duplicate entries. Add to .zshrc:

typeset -U PATH path

Source: