This repository has been archived on 2020-09-21. You can view files and clone it, but cannot push or open issues or pull requests.
zim/templates/zshrc

10 lines
168 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
#
# 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