forked from Shinonome/caelestia-cli
dev: better direnv
Override caelestia command with dev version instead of using ./run.sh Allows completions to work
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
# Utility script for running caelestia
|
||||
|
||||
cd "$(dirname $0)/src" || exit
|
||||
cd "$(dirname $0)/../src" || exit
|
||||
|
||||
python -m caelestia "$@"
|
||||
Reference in New Issue
Block a user