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
- Host: GitHub
- URL: https://github.com/johnantoni/linux.alias
- Owner: johnantoni
- Created: 2009-05-10T03:22:02.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2009-05-14T21:49:59.000Z (about 17 years ago)
- Last Synced: 2025-04-30T15:19:07.555Z (over 1 year ago)
- Homepage: http://www.johnantoni.com
- Size: 73.2 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
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 :-)