@@ -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
The note is not visible to the blocked user.