1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

update how to install again.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30185 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2010-12-12 12:06:36 +00:00
parent e8c539a7e3
commit 90e1ed91c4

View file

@ -6,10 +6,10 @@
# mkdir -p ~/.zsh.d
# cp rb_optparse.zsh ~/.zsh.d/rb_optparse.zsh
#
# (2) load the script in ~/.zshrc.
# (2) load the script, and add a directory to fpath before compinit.
# echo '. ~/.zsh.d/rb_optparse.zsh' >> ~/.zshrc
# echo 'fpath=("${ZSH_COMPLETION_DIR-$HOME/.zsh.d/Completion}" $fpath)' >> ~/.zshrc
# echo 'autoload -U ${ZSH_COMPLETION_DIR-$HOME/.zsh.d/Completion}/*(:t)' >> ~/.zshrc
# echo 'fpath=(~/.zsh.d/Completion $fpath)' >> ~/.zshrc
# echo 'autoload -U compinit; compinit' >> ~/.zshrc
#
# (3) restart zsh.
#