From 8bc7e495af42c778143771179d23312f8ff7a3c8 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 30 Aug 2025 22:19:33 +1000 Subject: dev: better direnv Override caelestia command with dev version instead of using ./run.sh Allows completions to work --- bin/caelestia | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 bin/caelestia (limited to 'bin') diff --git a/bin/caelestia b/bin/caelestia new file mode 100755 index 0000000..9afa4f7 --- /dev/null +++ b/bin/caelestia @@ -0,0 +1,7 @@ +#!/usr/bin/env sh + +# Utility script for running caelestia + +cd "$(dirname $0)/../src" || exit + +python -m caelestia "$@" -- cgit v1.2.3-freya