Skip to content

pandalowry/bashrails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Bash aliases for ROR developers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published