AutoYADM commit: 2025-07-13 22:35:44
This commit is contained in:
parent
eb5305d808
commit
e29085c94d
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue