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

11
.rc.d/qb64.sh.disabled Executable file
View File

@@ -0,0 +1,11 @@
# TODO: make this detect the latest version at least.
# TODO: make a formula or cask for this so it can come from homebrew instead.
function anon() {
bin_path="$HOME/Applications/qb64_2022-09-08-23-37-44-47f5044_osx"
if [ -d $bin_path ]; then
path=($bin_path $path)
fi
}
unset -f anon