Raymond
0
Q:

zsh add to path

# append
path+=('/home/david/pear/bin')
# or prepend
path=('/home/david/pear/bin' $path)
0

Tags

New to Communities?

Join the community