Настройка eget

This commit is contained in:
2025-10-11 10:56:13 +03:00
parent ffff3b770a
commit aaf1cd8a04

3
apps.d/eget.zsh Normal file
View File

@@ -0,0 +1,3 @@
if command -v eget >/dev/null; then
[ -f $XDG_CONFIG_HOME/eget/eget.toml ] && export EGET_CONFIG=$XDG_CONFIG_HOME/eget/eget.toml
fi