]> git.sev.monster Git - dotfiles.git/blame_incremental - etc/zsh/.zlogin
use xdg for vim config, add viminfo to xdg
[dotfiles.git] / etc / zsh / .zlogin
... / ...
CommitLineData
1# NOTE: all logic here moved to .zprofile, see comments there for rationale
2
3### load site-specific
4if [[ -f ${ZDOTDIR:-~}/.zlogin.local ]] { source ${ZDOTDIR:-~}/.zlogin.local }
5
6# vim: et sts=4 sw=4 ts=8 tw=79
This page took 0.031995 seconds and 4 git commands to generate.