AutoYADM commit: 2025-07-01 14:38:16

This commit is contained in:
Daniel Fichtinger 2025-07-01 14:38:16 -04:00
parent 9c20166743
commit 21e11ec821

View file

@ -2,13 +2,6 @@
# Author: Daniel Fichtinger <daniel@ficd.ca>
# See README.md for explanations.
# TODO: refactor config s.t. everything defined in autoload
# provides a module
# Then, use an environment variable to determine whether
# we're on a server. If we are, we don't load a bunch of
# the modules. This lets us keep a unified config without requiring
# all dependencies to be installed.
declare-option -hidden bool on_server %sh{
if [ -z "$KAK_ON_SERVER" ]; then
printf 'false'