Update a lot of stuff, bad tracking, but need to update

This commit is contained in:
Lockszmith (VAST@MacBook) 2025-07-17 10:13:23 -04:00
parent 36bda85561
commit 965d9f030f
17 changed files with 68 additions and 31 deletions

View file

@ -8,6 +8,7 @@
# for ssh logins, install and configure the libpam-umask package.
#umask 022
HOME="${HOME:-.}"
# if running bash
if [ -n "$BASH_VERSION" ]; then
# include .bashrc if it exists
@ -28,4 +29,4 @@ fi
# Generated for envman. Do not edit.
# [ -s "$HOME/.config/envman/load.sh" ] && source "$HOME/.config/envman/load.sh"
[ -s "$HOME/.config/sz.env/_.load.sh" ] && . <( "$HOME/.config/sz.env/_.load.sh" - )