This commit is contained in:
Joey Eamigh
2023-10-09 15:03:49 -04:00
parent 1bd8db01a0
commit d9a7eeb79e
8 changed files with 574 additions and 4 deletions

12
.envrc Normal file
View File

@@ -0,0 +1,12 @@
jabba() {
local fd3=$(mktemp /tmp/jabba-fd3.XXXXXX)
(
JABBA_SHELL_INTEGRATION=ON $HOME/.jabba/bin/jabba "$@" 3>|${fd3}
)
local exit_code=$?
eval $(cat ${fd3})
rm -f ${fd3}
return ${exit_code}
}
jabba use