diff --git a/README.md b/README.md index 8d98a6c..f91460c 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ by following the instructions below: setopt EXTENDED_GLOB for template_file ( ${ZDOTDIR:-${HOME}}/.zim/templates/* ); do user_file="${ZDOTDIR:-${HOME}}/.${template_file:t}" + touch ${user_file} ( print -n "$(<${template_file})\n$(<${user_file})" >! ${user_file} ) 2>/dev/null done ```