1
0
Fork 0
mirror of synced 2024-05-27 12:31:12 -04:00
zimfw/templates/zshrc

11 lines
194 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
export ZIM_HOME=${ZDOTDIR:-${HOME}}/.zim
# Start zim
[[ -s ${ZIM_HOME}/init.zsh ]] && source ${ZIM_HOME}/init.zsh