1
0
Fork 0
mirror of synced 2024-09-21 04:52:54 -04:00
zimfw/templates/.zshrc

9 lines
165 B
Bash
Raw Normal View History

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