.bashrc
A cool ~/.bashrc config for linux terminal
Install / Use
/learn @sologoloo/.bashrcREADME
<h1>Screenshots</h1>
<p>Here are some screenshots of the terminal config of the above bashrc file.</p>
<p>In simple state</p>
<img src="./img/Screenshot from 2022-02-09 07-48-20.png">
<p>Inside dirctories</p>
<img src="./img/Screenshot from 2022-02-09 07-48-47.png">
<p>While vewing ls </p>
<img src="./img/Screenshot from 2022-02-09 07-49-07.png">
<p>When the command gives error, x sign apprears</p>
<img src="./img/Screenshot from 2022-02-09 07-49-30.png">
<h1>Method to use</h2>
<p>First open your .bashrc file using any code editor, i prefere nano</p>
nano ~/.bashrc
<p>Go to the .bashrc file above, copy all the code from there and paste it in the ~/.bashrc file opened, and save it.<p/>
<p>After that restart your terminal and see.</p>
<h1>Credits</h1>
<p>The bash code given above is modified version of the code copyright to Andres Gongora "mail@andresgongora.com".</p>
<p>Hence, most of the code is similar to the original source code.</p>