mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-05 14:59:29 -05:00
dev: better direnv
Override caelestia command with dev version instead of using ./run.sh Allows completions to work
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
# Utility script for running caelestia
|
||||
|
||||
cd "$(dirname $0)/../src" || exit
|
||||
|
||||
python -m caelestia "$@"
|
||||
Reference in New Issue
Block a user