moved to devenv

This commit is contained in:
2026-06-22 12:07:27 +01:00
parent 72c93e88c1
commit 192564fb79
34 changed files with 15242 additions and 108 deletions

6
.devenv/zsh/.zshenv Normal file
View File

@@ -0,0 +1,6 @@
# devenv zsh .zshenv - runs before /etc/zshrc.
# Prepend devenv profile site-functions so the system compinit (often
# called from /etc/zshrc on nix-darwin, Debian, etc.) picks them up.
if [ -n "$DEVENV_PROFILE" ] && [ -d "$DEVENV_PROFILE/share/zsh/site-functions" ]; then
fpath=("$DEVENV_PROFILE/share/zsh/site-functions" $fpath)
fi