not being unable lo loggin in anymore.



I'm not sure what you mean here, but I would imagine that there is
something in the .bash_profile which is incompatible in .bashrc.


as you noted, .bashrc is run when you log in, if there is something
generating an error, you may not be able to login.

is there some way you could post your current .bashrc?

Attached.
# .bashrc

# User specific aliases and functions

# Source global definitions
if [ -f /etc/bashrc ]; then
        . /etc/bashrc
fi
PATH=$PATH:/usr/local/sbin:$HOME/bin
export PATH
echo "dentro de .bashrc"
# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
        . ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:/usr/local/sbin:$HOME/bin 

echo "dentro de .bash_profile"

export PATH 

unset USERNAME
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to