1
0
Fork 0
mirror of synced 2024-05-27 12:31:12 -04:00
zimfw/templates/zshrc

10 lines
168 B
Bash
Raw Normal View History

2015-12-15 00:12:17 -05:00
#
# user configuration sourced by interactive shells
#
# Source zim
2015-12-19 09:48:29 -05:00
if [[ -s ${ZDOTDIR:-${HOME}}/.zim/init.zsh ]]; then
source ${ZDOTDIR:-${HOME}}/.zim/init.zsh
2015-12-15 00:12:17 -05:00
fi