1
0
Fork 0
mirror of synced 2024-09-21 04:52:54 -04:00
zimfw/templates/.zshrc
Jorrit Visser aca4951ea3 Rename to make life easier in install script
This rename allows the install script to do a simple copy instead of having to rename the files first. This improves install script reliability (KISS).
2017-05-20 17:29:40 +02:00

8 lines
165 B
Bash

# .zshrc
# # # old settings go here # # #
# # # load Zim # # #
if [[ -s ${ZDOTDIR:-${HOME}}/.zim/init.zsh ]]; then
source ${ZDOTDIR:-${HOME}}/.zim/init.zsh;
fi;