zim/templates/zshrc

10 lines
168 B
Bash
Raw Normal View History

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