[plug] Path
John Summerfield
summer at os2.ami.com.au
Sat Aug 1 06:25:50 WST 1998
On Sat, 1 Aug 1998, Neil Hunt wrote:
> How do I add directories to my path?
.bash_profile:PATH=$PATH:$HOME/bin
.bash_profile:export USERNAME ENV PATH
Update .bash_profile for individuals, /etc/profile for the world.
PATH=$PATH:$HOME/bin
export USERNAME ENV PATH
# /etc/profile
# System wide environment and startup programs
# Functions and aliases go in /etc/bashrc
PATH="$PATH:/usr/X11R6/bin:/usr/local/netscape"
like my sig!!
More information about the plug
mailing list