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
9 lines
222 B
Text
9 lines
222 B
Text
#
|
|
# zim_info - prints zim and system info
|
|
#
|
|
|
|
cd ${ZIM_HOME}
|
|
|
|
print "Zim commit ref: $(command git rev-parse --short HEAD)"
|
|
print "Zsh version: $(command zsh --version)"
|
|
print "System info: $(command uname -a)"
|