a8244a555a
that sources `login_init.zsh`. Also refactor templates/zshrc to use a one-liner instead of if/then/fi. Closes #218
11 lines
203 B
Bash
11 lines
203 B
Bash
|
|
|
|
#
|
|
# User configuration sourced by interactive shells
|
|
#
|
|
|
|
# Change default zim location
|
|
export ZIM_HOME=${ZDOTDIR:-${HOME}}/.zim
|
|
|
|
# Start zim
|
|
[[ -s ${ZIM_HOME}/init.zsh ]] && source ${ZIM_HOME}/init.zsh
|