Addded clarification to README. fixes #805
This commit is contained in:
parent
88aee30ae8
commit
a438a2c8e8
1 changed files with 2 additions and 0 deletions
|
@ -23,7 +23,9 @@ version is 4.3.17.
|
|||
provided:
|
||||
|
||||
setopt EXTENDED_GLOB
|
||||
# (.N) means only glob files, and don't crash if there aren't any.
|
||||
for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do
|
||||
# :t means tail; eg. rcfile=/path/to/file.ext then ${rcfile:t}=file.ext
|
||||
ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}"
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue