Well. On Tue, Jul 16, 2002 at 10:00:10PM -0300, eldebianita wrote: > PATH=$PATH:/ruta que deseo agregar. > > Luego en mi.bash_profile tendria que tener esta linea: > > if test -f ~/.bashrc;then > .~/.bashrc > fi > > pero en mi .bash_profile no se encuentra esta linea como lo tendria que > hacer? > Gracias.
Hola. crea el .bashrc con los permisos apropiados (como el profile) e incluye la linea en el .bash_profile. O incluye la lInea en el profile. Nelson.- -- http://www.geocities.com/arhuaco GNU!/Linux Registered User #145865 There is no intellectual exercise which is not ultimately useless. - Jorge Luis Borges (Ficciones - 1944) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

