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
4 lines
195 B
Text
4 lines
195 B
Text
# this is an example function
|
|
# running 'example_function' in a zsh session will execute the code below
|
|
|
|
print "executed example function: ${ZIM_HOME}/modules/custom/functions/example_function!"
|