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

@ -11,7 +11,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" - )
[ -z "${DBG_SHRC}" ] || echo "Exiting .bashrc"
# This will prevent atuin's setup script from adding itself: atuin init bash
@ -22,3 +22,5 @@
# ble-attach
#fi
# vim: set ft=sh expandtab tabstop=4 shiftwidth=4:

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: