Skip to content

Commit

Permalink
update how to install again.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30185 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
znz committed Dec 12, 2010
1 parent e8c539a commit 90e1ed9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions misc/rb_optparse.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down

0 comments on commit 90e1ed9

Please sign in to comment.