I don't have .bashrc file, I want to create one but how? And what does a basic .bashrc file contains? I am on Linux Mint 12

I want to have a .bashrc file, because i have created a folder for virtualenv and I want to load virtualenvwrapper

link|improve this question

feedback

closed as off topic by Mat, sverre, ThiefMaster, user unknown, Graviton Feb 19 at 14:20

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

2 Answers

up vote 0 down vote accepted

A .bashrc file contains whatever default settings you want to use when you are using bash. If you don't have any particular preferences then leave it blank for now.

Typical contents of a .bashrc file includes aliases of commands you find yourself using a lot.

link|improve this answer
please read my edit – Someone Like You Feb 19 at 12:41
And you need to use some editor to fill your .bashrc file – Basile Starynkevitch Feb 19 at 15:48
feedback

Why do you want one if you don't know what to put in there? You only need a .bashrc (or .profile or .bash_profile) if you actually have something you want to execute in every shell (or login shell).

But you can basically put any bash commands in those files.

link|improve this answer
please read my edit...and I'm new to linux, I didn't have to care about .bashrc on windows... – Someone Like You Feb 19 at 12:41
Not really an answer to what appears to be not really a worthy question. – AoeAoe Feb 19 at 12:50
@AoeAoe: It was until the user edited it to mention what he actually wants. Initially he just asked what he's supposed to put inside. – ThiefMaster Feb 19 at 14:52
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.