mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Added basic rails tab completion.
This commit is contained in:
parent
f1df40a10d
commit
dccb01ca58
2 changed files with 58 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
fpath=($ZSH/plugins/rails $fpath)
|
||||
autoload -U compinit
|
||||
compinit -i
|
||||
|
||||
function _rails () {
|
||||
if [ -e script/server ]; then
|
||||
ruby script/$@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue