parent
d37fc0715a
commit
40cbc82ac3
4 changed files with 7 additions and 1 deletions
|
@ -53,7 +53,7 @@ by following the instructions below:
|
||||||
for template_file ( ${ZDOTDIR:-${HOME}}/.zim/templates/* ); do
|
for template_file ( ${ZDOTDIR:-${HOME}}/.zim/templates/* ); do
|
||||||
user_file="${ZDOTDIR:-${HOME}}/.${template_file:t}"
|
user_file="${ZDOTDIR:-${HOME}}/.${template_file:t}"
|
||||||
touch ${user_file}
|
touch ${user_file}
|
||||||
( print -n "$(<${template_file})\n$(<${user_file})" >! ${user_file} ) 2>/dev/null
|
( print -rn "$(<${template_file})$(<${user_file})" >! ${user_file} ) 2>/dev/null
|
||||||
done
|
done
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
|
||||||
|
|
||||||
#################
|
#################
|
||||||
# CORE SETTINGS #
|
# CORE SETTINGS #
|
||||||
#################
|
#################
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# startup file read in interactive login shells
|
# startup file read in interactive login shells
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# User configuration sourced by interactive shells
|
# User configuration sourced by interactive shells
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue