Skip to content

Commit ff6a342

Browse files
sampersandhsbt
authored andcommitted
Update comments to use $HOME instead of ~
1 parent 208c515 commit ff6a342

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

misc/rb_optparse.zsh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
# cp rb_optparse.zsh ~/.zsh.d/rb_optparse.zsh
99
#
1010
# (2) load the script, and add a directory to fpath before compinit.
11-
# echo '. ~/.zsh.d/rb_optparse.zsh' >> "${ZDOTDIR:-~}/.zshrc"
12-
# echo 'fpath=(~/.zsh.d/Completion $fpath)' >> "${ZDOTDIR:-~}/.zshrc"
13-
# echo 'autoload -U compinit; compinit' >> "${ZDOTDIR:-~}/.zshrc"
11+
# echo '. ~/.zsh.d/rb_optparse.zsh' >> "${ZDOTDIR:-$HOME}/.zshrc"
12+
# echo 'fpath=(~/.zsh.d/Completion $fpath)' >> "${ZDOTDIR:-$HOME}/.zshrc"
13+
# echo 'autoload -U compinit; compinit' >> "${ZDOTDIR:-$HOME}/.zshrc"
1414
#
15-
# (3) restart zsh.
15+
# (3) restart zsh. (eg `exec zsh -il`)
1616
#
1717
# (4) generate completion files once.
1818
# generate-complete-function/ruby/optparse COMMAND1

0 commit comments

Comments
 (0)