AutoYADM commit: 2025-07-13 22:35:44

This commit is contained in:
Daniel Fichtinger 2025-07-13 22:35:44 -04:00
parent eb5305d808
commit e29085c94d
2 changed files with 4 additions and 3 deletions

View file

@ -5,10 +5,10 @@
# TODO: set up auto root discovery on KakBegin
declare-option -hidden bool on_server %sh{
if [ -z "$KAK_ON_SERVER" ]; then
printf 'false'
else
if [ -z "$KAK_ON_LOCAL" ]; then
printf 'true'
else
printf 'false'
fi
}