dev: better direnv

Override caelestia command with dev version instead of using ./run.sh
Allows completions to work
This commit is contained in:
2 * r + 2 * t
2025-08-30 22:19:33 +10:00
parent 35b10394b6
commit 8bc7e495af
2 changed files with 6 additions and 2 deletions
Executable
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env sh
# Utility script for running caelestia
cd "$(dirname $0)/../src" || exit
python -m caelestia "$@"