dotfiles/zsh/templates/zshrc

12 lines
170 B
Bash
Raw Normal View History

2018-04-05 13:06:54 +02:00
#
# User configuration sourced by interactive shells
#
# Source zim
if [[ -s ${ZDOTDIR:-${HOME}}/.zim/init.zsh ]]; then
source ${ZDOTDIR:-${HOME}}/.zim/init.zsh
fi