]> git.sev.monster Git - dotfiles.git/blame - etc/zsh/.zlogin
replace modeline with editorconfig; small fixes
[dotfiles.git] / etc / zsh / .zlogin
CommitLineData
c7e3e126 1# NOTE: all logic here moved to .zprofile, see comments there for rationale
2
81c3957e 3### load site-specific
b341b38a 4if [[ -f ${ZDOTDIR:-~}/.zlogin.local ]] { source ${ZDOTDIR:-~}/.zlogin.local }
81c3957e 5
6a32e673 6### cd for convenience
7[[ -o login ]] && cd ${_sev_home:-~}
This page took 0.033772 seconds and 4 git commands to generate.