Fixes zoxide and compoletions.

This commit is contained in:
2026-09-07 18:57:53 -07:00
parent 23a42cda46
commit 2836313b2f
6 changed files with 112 additions and 21 deletions

3
.rc.d/python.sh.disabled Executable file
View File

@@ -0,0 +1,3 @@
# TODO see the java script for ideas. This should either detect a "best" python version or maybe just be removed.
export PATH="${PATH}:/Users/tom/Library/Python/3.9/bin"
export PYTHONPATH="{$PYTHONPATH}:/Users/tom/Library/Python/3.9/bin"