1
0
Fork 0
mirror of synced 2024-09-20 20:42:53 -04:00
zimfw/templates/.zshrc
Jorrit Visser d11172d465
Adjust template files after initial response
This will probably be merged with the earlier template commit.
2017-05-29 03:08:16 +02:00

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 # # #