align (.bash/.zsh)rc to all sz.env changes

This commit is contained in:
Lockszmith (VAST@MacBook) 2025-04-17 15:54:52 -04:00
parent 7463105aae
commit 8294f250d8
2 changed files with 5 additions and 2 deletions

View file

@ -4,6 +4,7 @@
## Generated by Webi. Do not edit.
#eval "$(webi --init zsh)"
[ -s "$HOME/.config/sz.env/_.load.sh" ] && . <( "$HOME/.config/sz.env/_.load.sh" - )
[ -s "$HOME/.config/sz.env/000_load.sh" ] && . <( "$HOME/.config/sz.env/000_load.sh" - )
# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: