Added editrc/inputrc for vimification of mysql/irb command line tools

This commit is contained in:
yan
2012-05-18 14:08:46 -07:00
parent f9db81c0ed
commit cfe89df184
5 changed files with 10 additions and 0 deletions

View File

@@ -102,6 +102,7 @@ alias gz='tar -zcvf'
alias c='script/console --irb=pry'
alias ts='thin start'
alias ms='mongrel_rails start'
alias tfdl='tail -f log/development.log'
# Vim/ctags "mctags = make ctags", using the ruby specific version
# to save some time
@@ -118,3 +119,4 @@ alias sgi='sudo gem install --no-ri --no-rdoc'
# to find the note called 'todo'
alias todo='open nvalt://find/todo'