1
0
Fork 0
mirror of synced 2024-06-01 06:41:12 -04:00
zimfw/templates/zshrc
Eric Nielsen 06e8090a53 [template] Add new templates/zlogin
that sources `login_init.zsh`.

Also refactor templates/zshrc to use a one-liner instead of if/then/fi.
2017-09-28 15:58:50 -05:00

12 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