Results 1 to 4 of 4
How to create it?
I have read man bash but I need step by step....
- 11-18-2011 #1Just Joined!
- Join Date
- May 2010
- Posts
- 41
can not find bashrc
How to create it?
I have read man bash but I need step by step.
- 11-18-2011 #2
I assume, you mean your .bashrc, not the systemwide one.
It is a textfile in your home directory.
So this should do:
Code:vi ~/.bashrc
You must always face the curtain with a bow.
- 11-18-2011 #3Just Joined!
- Join Date
- Mar 2011
- Posts
- 7
Just remember, after editing file, it won't take effect until you open a new shell... or can force immediately with "source ~/.bashrc"
- 11-20-2011 #4
The period or dot at the start of the filename makes it hidden by default. Thus you won't see it using ls in a terminal or with your file manager unless you specifically tell them to show hidden files.


Reply With Quote
