]> git.sev.monster Git - dotfiles.git/commit - base/.zshrc
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>
Fri, 5 Apr 2024 21:27:40 +0000 (16:27 -0500)
commit43016843cfea7f857797fdc1d6e8a2b59557aaf1
treecdd1b77cd6de09ee32ae800e050fbeebc5ac87ce
parent783c64488c70150afba45524ab2352a50bd77bf9
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.036454 seconds and 4 git commands to generate.