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
+5 -1
View File
@@ -1 +1,5 @@
use flake
if has nix; then
use flake
fi
PATH_add bin
+1 -1
View File
@@ -2,6 +2,6 @@
# Utility script for running caelestia
cd "$(dirname $0)/src" || exit
cd "$(dirname $0)/../src" || exit
python -m caelestia "$@"