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
|
feedback
|
Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.
|
A Typical contents of a .bashrc file includes aliases of commands you find yourself using a lot. | |||||
|
feedback
|
|
Why do you want one if you don't know what to put in there? You only need a But you can basically put any bash commands in those files. | |||||||
feedback
|