zimfw/templates/zshrc

11 lines
187 B
Bash
Raw Normal View History

2015-12-15 00:12:17 -05:00
#
2015-12-31 11:17:51 -05:00
# User configuration sourced by interactive shells
2015-12-15 00:12:17 -05:00
#
# Define Zim location
ZIM_HOME=${ZDOTDIR:-${HOME}}/.zim
# Start Zim
[[ -s ${ZIM_HOME}/init.zsh ]] && source ${ZIM_HOME}/init.zsh