Linux расширяет путь

export PATH=$PATH:<path you want to add>
or
export PATH=<path you want to add>:$PATH
Panicky Panda