Fixes zoxide and compoletions.
This commit is contained in:
11
.rc.d/qb64.sh.disabled
Executable file
11
.rc.d/qb64.sh.disabled
Executable 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
|
||||
Reference in New Issue
Block a user