Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problems with .bashrc
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
knekten
n00b
n00b


Joined: 17 Sep 2002
Posts: 22
Location: Sweden

PostPosted: Thu Sep 19, 2002 8:47 pm    Post subject: problems with .bashrc Reply with quote

uhu, problems again :p
this time i can't get the aliases i put in the .bashrc file to work. the location on the file is /home/user/.bashrc

i've added this line:

alias ls='ls --color=always'

now, shouldn't bash list all files n directories in color? is it something i've forgotten? or is there something else i need to do to get it work?

oh, i forgot to tell: my install is gentoo 1.2 with the stage3 tarball =)
Back to top
View user's profile Send private message
Technetium
n00b
n00b


Joined: 30 Jul 2002
Posts: 16
Location: Vancouver, BC, Canada

PostPosted: Thu Sep 19, 2002 10:04 pm    Post subject: Reply with quote

Did you
> source .bashrc
after updating your .bashrc file?
Back to top
View user's profile Send private message
Technetium
n00b
n00b


Joined: 30 Jul 2002
Posts: 16
Location: Vancouver, BC, Canada

PostPosted: Thu Sep 19, 2002 10:06 pm    Post subject: Reply with quote

Yup. Worked for me.
Back to top
View user's profile Send private message
knekten
n00b
n00b


Joined: 17 Sep 2002
Posts: 22
Location: Sweden

PostPosted: Thu Sep 19, 2002 11:57 pm    Post subject: Reply with quote

yup, now it works for me too =)
thanks
Back to top
View user's profile Send private message
vers_iq
Apprentice
Apprentice


Joined: 18 May 2002
Posts: 264

PostPosted: Fri Sep 20, 2002 12:17 am    Post subject: Reply with quote

If im not mistaken, ~/.bashrc will not be seen by bash but ~/.bash_profile. So everytime ~/.bashrc in modified we will not see the effect until we tell bash to look at it by command "source". To make matter easier i add this line:
Code:
if [ -f ~/.bashrc ]; then
        . ~/.bashrc
fi

in my ~/.bash_profile
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum