From 587e29efe4584c8fa8016901302fd4214f78be66 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 28 Jan 2025 16:45:16 +1100 Subject: install scripts for all modules --- util.fish | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'util.fish') diff --git a/util.fish b/util.fish index caae353..4a2fb4e 100644 --- a/util.fish +++ b/util.fish @@ -18,5 +18,9 @@ function error -a text return 1 end +function input -a text + _out blue INPUT $text $argv[2..] +end + set -q XDG_CONFIG_HOME && set CONFIG $XDG_CONFIG_HOME/caelestia || set CONFIG $HOME/.config/caelestia set -q XDG_CACHE_HOME && set CACHE $XDG_CACHE_HOME/caelestia || set CACHE $HOME/.cache/caelestia -- cgit v1.2.3-freya