1
0
Fork 0
mirror of synced 2024-06-02 15:21:11 -04:00
zimfw/templates/zlogin
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

9 lines
142 B
Bash

#
# User configuration sourced by login shells
#
# Initialize zim
[[ -s ${ZIM_HOME}/login_init.zsh ]] && source ${ZIM_HOME}/login_init.zsh