An open API service indexing awesome lists of open source software.

https://github.com/johnantoni/linux.alias

bash aliases to help development
https://github.com/johnantoni/linux.alias

Last synced: over 1 year ago
JSON representation

bash aliases to help development

Awesome Lists containing this project

README

          

alias
-----

info
-----
bash aliases for git, thin, rails, ruby, etc, along with colorizing

install
-------
install in your home directory;

git clone git://github.com/indiehead/alias.git

then simply run this to add in the aliases file to your .bashrc file;

echo 'source ~/alias/core.bash' >> ~/.bashrc

then finally reload your .bashrc file to get the new aliases;

source ~/.bashrc

after which you'll now have a ton of alias commands at your fingertips
and be able to reload your bash file anytime you want with;

reload

simples :-)