Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 625 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 625 Bytes

My Bashrc profile

You can add it to your system and modify it as you like, or if you want you can report issues here to make it fancier

Make it work as follows:

cd bashrc/
mv ~/.bashrc ~/.bashrc.old
ln -s $PWD/bashrc ~/.bashrc 
ln -s $PWD/bash_alias ~/.bash_alias
ln -s $PWD/git-prompt.sh ~/.git-prompt.sh
source ~/.bashrc

Then you will have a colorfull bash prompt.

Changelog

  • Added cowsay for a cheerup message.

This is a modification of the original source, Mediadoneright. And i dont want it to be lost on the vast internet