zimfw/templates/zshrc

10 lines
164 B
Bash
Raw Normal View History

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