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