d11172d465
This will probably be merged with the earlier template commit.
8 lines
173 B
Bash
8 lines
173 B
Bash
|
|
|
|
# # # load Zim # # #
|
|
if [[ -s ${ZDOTDIR:-${HOME}}/.zim/init.zsh ]]; then
|
|
source ${ZDOTDIR:-${HOME}}/.zim/init.zsh
|
|
fi
|
|
|
|
# # # personal configuration below this line # # #
|