8000 update how to install again. · ruby/optparse@6f227b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6f227b7

Browse files
znzhsbt
authored andcommitted
update how to install again.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30185 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 06f6e8d commit 6f227b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

misc/rb_optparse.zsh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
# mkdir -p ~/.zsh.d
77
# cp rb_optparse.zsh ~/.zsh.d/rb_optparse.zsh
88
#
9-
# (2) load the script in ~/.zshrc.
9+
# (2) load the script, and add a directory to fpath before compinit.
1010
# echo '. ~/.zsh.d/rb_optparse.zsh' >> ~/.zshrc
11-
# echo 'fpath=("${ZSH_COMPLETION_DIR-$HOME/.zsh.d/Completion}" $fpath)' >> ~/.zshrc
12-
# echo 'autoload -U ${ZSH_COMPLETION_DIR-$HOME/.zsh.d/Completion}/*(:t)' >> ~/.zshrc
11+
# echo 'fpath=(~/.zsh.d/Completion $fpath)' >> ~/.zshrc
12+
# echo 'autoload -U compinit; compinit' >> ~/.zshrc
1313
#
1414
# (3) restart zsh.
1515
#

0 commit comments

Comments
 (0)
0