]> git.sev.monster Git - dotfiles.git/commit
partially revert zsh refactor, fix zsh conf bugs
authorsev <git@sev.monster>
Tue, 23 Feb 2021 11:51:04 +0000 (05:51 -0600)
committersev <git@sev.monster>
Tue, 23 Feb 2021 13:16:02 +0000 (07:16 -0600)
commit3c83c67b47ed2bd5d55a573938f990a46f71ee55
treecdd1b77cd6de09ee32ae800e050fbeebc5ac87ce
parent50bd204a098d350a3414735c1f378478af08ee95
partially revert zsh refactor, fix zsh conf bugs

some systems do not like having everything in zprofile due to how their
system configs are laid out, and some things that were assumed to carry
over into subshells did not actually do so. partially revert zsh
refactor by moving affected stuff back into .zshrc, such as promptinit,
compinit, vcs_info, bindkeys, etc.

this commit also fixes a bug in preexec that caused unnecessary
expansion due to using incorrect opts for print.

ssh-agent setup was also cleaned up a bit.
base/.zprofile
base/.zshrc
This page took 0.033276 seconds and 4 git commands to generate.