Add b23func configuration and update zshenv to source it conditionally

This commit is contained in:
Philip Henning 2026-09-08 16:35:34 +02:00
parent 839820b235
commit 4ed17e609d
3 changed files with 31 additions and 0 deletions

View file

@ -52,4 +52,5 @@ export HOMEBREW_CASK_OPTS="--appdir={{@@ env['HOME'] @@}}/Applications"
{%@@ endif @@%}
source {{@@ env['HOME'] @@}}/.commonfunc
{%@@ if b23 == true @@%}source {{@@ env['HOME'] @@}}/.b23func{%@@ endif @@%}
{%@@ if vw == true @@%}source {{@@ env['HOME'] @@}}/.vwfunc{%@@ endif @@%}