Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 843 Bytes

README.md

File metadata and controls

34 lines (17 loc) · 843 Bytes

##.bashrc##

Writing some bash script to make better use of terminal.

#Todo

1.Meaning full aliases

2.Vim - .vimrc for easier vim interface and commands

#Inspiration

https://wiki.archlinux.org/index.php/Color_Bash_Prompt

https://bbs.archlinux.org/viewtopic.php?pid=1156660#p1156660

http://serverfault.com/questions/3743/what-useful-things-can-one-add-to-ones-bashrc

http://www.novell.com/coolsolutions/tools/17142.html

Note :

I have a ArchLinux system running with KDE4 so you will require similar kind of stuff to run all these properly.

If you are trying to implement this in your terminal make sure to rename your bashrc file to .bashrc and rename the folder bashrcfiles into .bashrcfiles and copy both files into your home folder.

Source your new bashrc using the command

source ~/.bashrc

Thanks