make template append explicitly clear
This commit is contained in:
parent
5572a2330d
commit
d6e2e24c17
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ uninstall those first to prevent conflicts.
|
||||||
git clone --recursive https://github.com/Eriner/zim.git ${ZDOTDIR:-${HOME}}/.zim
|
git clone --recursive https://github.com/Eriner/zim.git ${ZDOTDIR:-${HOME}}/.zim
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Copy the template configuration files (or append to existing configs):
|
2. Paste this into your terminal to copy the template configuration files (or append to existing configs):
|
||||||
```
|
```
|
||||||
setopt EXTENDED_GLOB
|
setopt EXTENDED_GLOB
|
||||||
for template_file ( ${ZDOTDIR:-${HOME}}/.zim/templates/* ); do
|
for template_file ( ${ZDOTDIR:-${HOME}}/.zim/templates/* ); do
|
||||||
|
|
Loading…
Reference in a new issue