=First commit
This commit is contained in:
parent
14020e28d4
commit
7ce0f968e8
27 changed files with 476 additions and 0 deletions
8
_home/private_dot_config/sz.env/envman-and-webi.env
Normal file
8
_home/private_dot_config/sz.env/envman-and-webi.env
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue