dotfiles/_home/private_dot_config/sz.env/envman-and-webi.env

9 lines
215 B
Bash
Raw Normal View History

2024-09-19 04:31:48 +00:00
#!/usr/bin/env -S bash -c 'echo "Not a user script. source(aka .) only"'
[ -s "$HOME/.config/envman/load.sh" ] && source "$HOME/.config/envman/load.sh"
if is_cmd webi; then
. <(webi --init "${SHELL##*/}")
fi