大神勿喷。rails 自动补全我找了好久的资料,最后折腾找出来了一套办法
先介绍我的系统 archlinux 还是要说 arch 大法好
bash 下有补全脚本,但很久不更新了
所以采用 zsh 和 oh-my-zsh 的插件
还是以通用的发型版 debian 为例吧
apt-get update && apt-get install zsh
chsh
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
然后编辑~/.zshrc 来启用插件
vim ~/.zshrc
修改这句来启用插件
plugins=(git bower gem bundler ruby rake rails)
然后就可以自动补全命令了