On Wed, Dec 16, 2015 at 9:19 AM, Richard Gregory <azri...@me.com> wrote:

> [Richard-Gregorys-iMac:~] rich% echo "export
> PATH=/opt/dvr/bin:/opt/dvr/sbin:/opt/dvr/lib/mariadb/bin:$PATH" >>
> ~/.bash_profile
>

That prompt looks like either tcsh or zsh, so adding $PATH to .bash_profile
would not accomplish much of anything. For the former you want ~/.login;
for the latter, ~/.zprofile or ~/.zlogin (or ~/.profile which bash, zsh,
etc. but *not* tcsh will use if their specific login script is not present).

-- 
brandon s allbery kf8nh                               sine nomine associates
allber...@gmail.com                                  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
_______________________________________________
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users

Reply via email to