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