path zsh code example Example: zsh add to path # append path+=('/home/david/pear/bin') # or prepend path=('/home/david/pear/bin' $path)