From e85851d394ff378c9a2a9a029bd9a86cb4350f20 Mon Sep 17 00:00:00 2001 From: Mitchell Ludwig Date: Fri, 16 Jan 2026 14:53:31 -0700 Subject: [PATCH] Fixing screen not importing functions --- bin/autojump.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/autojump.bash b/bin/autojump.bash index 17c51f9..2ba606e 100644 --- a/bin/autojump.bash +++ b/bin/autojump.bash @@ -1,4 +1,4 @@ -if [[ -z $AUTOJUMP_SOURCED ]]; then +if [[ "$(type -t j)" != "function" ]]; then export AUTOJUMP_SOURCED=1 # Script include