f6bb75579f
This change allow arbitrary Zim location path by setting a new environment variable, ZIM_HOME. If the user does not set it, Zim falls back to the old "${ZDOTDIR:-${HOME}}/.zim" location. Closes #203
6 lines
94 B
Text
6 lines
94 B
Text
#
|
|
# zim_reset - resets the zim repository to latest commit
|
|
#
|
|
|
|
cd ${ZIM_HOME}
|
|
git reset --hard
|