]> git.sev.monster Git - dotfiles.git/blob - base/.zlogin
a1175c7e4d0df6465955db0247a2be3b10333951
[dotfiles.git] / base / .zlogin
1 # NOTE: all logic here moved to .zprofile, see comments there for rationale
2
3 ### load site-specific
4 if [[ -f ~/.zlogin.local ]] { source ~/.zlogin.local }
5
6 # vim: et sts=4 sw=4 ts=8 tw=79
This page took 0.034971 seconds and 2 git commands to generate.