Sì, modifica il profile che ti serve e aggiungi in coda l'export.
Esempio con
~/.profile:
Codice:
##
# DELUXE-USR-LOCAL-BIN-INSERT
# (do not remove this comment)
##
echo $PATH | grep -q -s "/usr/local/bin"
if [ $? -eq 1 ] ; then
PATH=$PATH:/usr/local/bin
export PATH
fi
# path per PROGRAMMA
export PATH=$PATH:/nuovo/percorso