]>
Commit | Line | Data |
---|---|---|
1 | # NOTE: all logic here moved to .zprofile, see comments there for rationale | |
2 | ||
3 | ### load site-specific | |
4 | if [[ -f ${ZDOTDIR:-~}/.zlogin.local ]] { source ${ZDOTDIR:-~}/.zlogin.local } | |
5 | ||
6 | ### cd for convenience | |
7 | cd ${_sev_home:-~} |