mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-24 12:14:46 +01:00
Updated Soliah theme and added basic rails command tab completion.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
fpath=($ZSH/plugins/rails3 $fpath)
|
||||
autoload -U compinit
|
||||
compinit -i
|
||||
|
||||
alias rs='ruby script/rails server'
|
||||
alias rg='ruby script/rails generate'
|
||||
alias rd='ruby script/rails destroy'
|
||||
|
||||
Reference in New Issue
Block a user