parent
f8e89e2cf5
commit
5b077d4fad
@ -53,7 +53,7 @@ by following the instructions below:
|
||||
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
|
||||
( print -rn "$(<${template_file})$(<${user_file})" >! ${user_file} ) 2>/dev/null
|
||||
done
|
||||
```
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
|
||||
|
||||
#################
|
||||
# CORE SETTINGS #
|
||||
#################
|
||||
|
@ -1,3 +1,5 @@
|
||||
|
||||
|
||||
#
|
||||
# startup file read in interactive login shells
|
||||
#
|
||||
|
@ -1,3 +1,5 @@
|
||||
|
||||
|
||||
#
|
||||
# User configuration sourced by interactive shells
|
||||
#
|
||||
|
Reference in New Issue
Block a user