dotfiles/_src.posix/private_dot_config/sz.env/envman-and-webi.env
Lockszmith (@VAST) 44b03e8724 prepare for symclone.
From now on, _src.posix will be the single source of truth.
And _home(.*) will symlink into it.
2025-02-20 23:34:24 -05:00

15 lines
345 B
Bash

#!/usr/bin/env -S bash -c 'echo "Not a user script. source(aka .) only"'
export ENVMAN_LOAD=''
if [ -s "$HOME/.config/envman/load.sh" ]; then
[[ -n "${DBG}" ]] && echo "Loading envman"
source "$HOME/.config/envman/load.sh"
[[ -n "${DBG}" ]] && echo "${PATH//:/\n}"
fi
if is_cmd webi; then
. <(webi --init "${SHELL##*/}")
fi