]>
Commit | Line | Data |
---|---|---|
c7e3e126 | 1 | # NOTE: all logic here moved to .zprofile, see comments there for rationale |
2 | ||
81c3957e | 3 | ### load site-specific |
b341b38a | 4 | if [[ -f ${ZDOTDIR:-~}/.zlogin.local ]] { source ${ZDOTDIR:-~}/.zlogin.local } |
81c3957e | 5 | |
7ddca96d | 6 | # vim: et sts=4 sw=4 ts=8 tw=79 |