Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 734 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 734 Bytes

bashrails - Bash aliases for ROR developers

created by pandalowry based on file from zsh's config framework oh-my-zsh

Usage

Put file bash_aliases to ~/.bash_aliases (you user home path) and restart terminal. Enjoy :)

For understand and tuning, please read comments in file.

For view and edit file, use command

ea

This command automatically run file in bash after you exit in vim.

Where work?

Tested in Ubuntu 14.04 and 16.04 Must works on another linux, where have if ~/.bashrc following:

if [ -f ~/.bash_aliases ]; then
    . ~/.bash_aliases
fi

License

Bashrails is released under the MIT license.