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