Justin Haaheim wrote: > If I wanted to add: > /home/justin/bin > to my path only when I logged in as justin, what would that script look > like and where would I put it? I assume it would be something like: > > #!/bin/bash > PATH=$PATH:/home/justin/bin > export path > > is that right? Where would I put this file, then? exactly, just add it to /home/justin/.bash_profile and it will be added each time you login. -- scot _______________________________________________ Twin Cities Linux Users Group Mailing List - Minneapolis/St. Paul, Minnesota http://www.mn-linux.org tclug-list at mn-linux.org https://mailman.real-time.com/mailman/listinfo/tclug-list